Search found 18 matches

by Dave Canto
Wed Sep 05, 2007 10:10 am
Forum: Stimulsoft Reports.NET
Topic: Print Size Problem
Replies: 3
Views: 1511

Print Size Problem

I'm having the same problem in Windows forms using StimulReport 2007.2. When we print the report from previewmode (StiPreviewControl) everything is ok. When we print directly without preview, the pages are scaled to 60% instead of 100%. This only happens for subreports. Regular reports are printed w...
by Dave Canto
Wed Aug 29, 2007 2:21 am
Forum: Stimulsoft Reports.NET
Topic: Localization for Dutch-language
Replies: 2
Views: 1183

Localization for Dutch-language

Hi!

Is it possible to put the xml-file for Dutch-language translations into the next prerelease build of StimulReport.NET 2007.2? I'm testing different language translations of the StimulReportPreview control.

Thanx!
by Dave Canto
Wed Aug 08, 2007 7:55 am
Forum: Stimulsoft Reports.NET
Topic: Customizing Preview/Viewer
Replies: 22
Views: 14826

Customizing Preview/Viewer

Does anyone else have this particular problem? I'm asking for a feature request for bookmarks. When the report shows, the bookmarkpanel on the left has to be hidden from the user. He / she can activate it by pressing the bookmarkbutton of the previewcontrol. In that case the code should be a bit di...
by Dave Canto
Thu Jun 28, 2007 4:04 am
Forum: Stimulsoft Reports.NET
Topic: Compiler-warning in C#-code of .cs-report (PART 2)
Replies: 9
Views: 2804

Compiler-warning in C#-code of .cs-report (PART 2)

The only warnings I'm still having now are 'Missing XML comments' warnings: CDReports\rptEcology.cs(22,61): warning CS1591: Missing XML comment for publicly visible type or member 'BIG.Reporting.ProductFileCD.rptEcology.ParenttblReportValues3' I know that the C#-code is always regenerated when the r...
by Dave Canto
Thu Jun 28, 2007 3:42 am
Forum: Stimulsoft Reports.NET
Topic: Customizing Preview/Viewer
Replies: 22
Views: 14826

Customizing Preview/Viewer

Does anyone else have this particular problem? I'm asking for a feature request for bookmarks. When the report shows, the bookmarkpanel on the left has to be hidden from the user. He / she can activate it by pressing the bookmarkbutton of the previewcontrol.
by Dave Canto
Wed Jun 27, 2007 6:24 am
Forum: Stimulsoft Reports.NET
Topic: Compiler-warning in C#-code of .cs-report (PART 2)
Replies: 9
Views: 2804

Compiler-warning in C#-code of .cs-report (PART 2)

I forgot to rebuild my report to generate new C#-code. So today I did a rebuild of my report and project. The warnings were gone. Thanks a lot!
by Dave Canto
Tue Jun 26, 2007 6:09 am
Forum: Stimulsoft Reports.NET
Topic: Customizing Preview/Viewer
Replies: 22
Views: 14826

Customizing Preview/Viewer

In that case you can use the following code: StiOptions.Preview.Window.ShowBookmarksPanel = false; report.PreviewSettings = (report.PreviewSettings & (int)(~StiPreviewSettings.Bookmarks)); using (Stimulsoft.Report.Render.StiPreviewForm previewForm = new Stimulsoft.Report.Render.StiPreviewForm(r...
by Dave Canto
Mon Jun 25, 2007 8:41 am
Forum: Stimulsoft Reports.NET
Topic: Compiler-warning in C#-code of .cs-report (PART 2)
Replies: 9
Views: 2804

Compiler-warning in C#-code of .cs-report (PART 2)

After saving my report "Ecology" as a cs-file (instead of the mrt-format) and using it in my VS2005 Project, I get the following warning from the compiler: CDReports\rptEcology.cs(749,39): warning CS0109: The member 'BIG.Reporting.ProductFileCD.rptEcology.ParenttblReportValues0Relation.Na...
by Dave Canto
Mon Jun 25, 2007 7:53 am
Forum: Stimulsoft Reports.NET
Topic: Customizing Preview/Viewer
Replies: 22
Views: 14826

Customizing Preview/Viewer

We have removed most of the buttons we need but are unable to remove the following: Bookmarks - we would like to remove the bookmark button but keep the thumbnail button Please use the following code: StiOptions.Preview.Window.ShowBookmarksPanel = false; report.PreviewSettings = (report.PreviewSett...
by Dave Canto
Wed May 30, 2007 7:56 am
Forum: Stimulsoft Reports.NET
Topic: Compiler-warning in C#-code of .cs-report (PART 2)
Replies: 9
Views: 2804

Compiler-warning in C#-code of .cs-report (PART 2)

After saving my report "Ecology" as a cs-file (instead of the mrt-format) and using it in my VS2005 Project, I get the following warning from the compiler: CDReports\rptEcology.cs(749,39): warning CS0109: The member 'BIG.Reporting.ProductFileCD.rptEcology.ParenttblReportValues0Relation.Nam...