Search found 960 matches

by Ivan
Mon Jan 16, 2017 10:53 pm
Forum: Stimulsoft Reports.WPF
Topic: Image bug when compiling reports
Replies: 11
Views: 6765

Re: Image bug when compiling reports

Hello,

The next prerelease build will be available on Friday, January 20.

Thank you.
by Ivan
Mon Jan 16, 2017 8:47 pm
Forum: Stimulsoft Reports.NET
Topic: Getting #%# instead of Count()
Replies: 5
Views: 2777

Re: Getting #%# instead of Count()

Hello, If we diagnose the issue in the correct way, the problem is already fixed in the latest version. Please check the latest prerelease build or last release and let us know about the result. If the issue is still present, please send to us a sample report template with data, which reproduce the ...
by Ivan
Sat Dec 17, 2016 4:54 pm
Forum: Stimulsoft Reports.WPF
Topic: Get PageNumber after ResetPageNumber at RunTime
Replies: 3
Views: 2575

Re: Get PageNumber after ResetPageNumber at RunTime

Hello,

PageNofM, PageNumber, PageTotalCount variables are finally calculated and stored after the report rendering.
So you can get right values only in the EndRender event of the report.
We can make recommendations if you describe your task in more details.

Thank you.
by Ivan
Sat Dec 17, 2016 4:35 pm
Forum: Stimulsoft Reports.WEB
Topic: DLL update made image blurry.
Replies: 5
Views: 2554

Re: DLL update made image blurry.

Hello,

We couldn't reproduce this bug.
Can you please send us a sample report template with data or a simple test project, which reproduces the issue?

Thank you.
by Ivan
Sun Nov 20, 2016 9:41 pm
Forum: Stimulsoft Reports.NET
Topic: Cross tab rows aren't saved in Data Files wih Data Only opti
Replies: 4
Views: 2374

Re: Cross tab rows aren't saved in Data Files wih Data Only

Hello,

We made some improvements in that direction.
Please check the next prerelease build when it will be available and let us know about the result.

Thank you.
by Ivan
Mon Oct 31, 2016 1:35 am
Forum: Stimulsoft Reports.NET
Topic: Cross tab rows aren't saved in Data Files wih Data Only opti
Replies: 4
Views: 2374

Re: Cross tab rows aren't saved in Data Files wih Data Only

Hello,

Please try to set the following static option:

Code: Select all

StiOptions.Export.OptimizeDataOnlyMode = false;
Thank you.
by Ivan
Mon Oct 31, 2016 12:43 am
Forum: Stimulsoft Reports.NET
Topic: StiText Component doesn't work correctly
Replies: 10
Views: 6985

Re: StiText Component doesn't work correctly

Hello, Please modify your code: private void EndRenderCustom(object sender, EventArgs e) { var rep = sender as StiReport; for (int i = 0; i < rep.RenderedPages.Count; i++) { rep.CurrentPrintPage = i + 1; //add this for set current page number StiPage page = rep.RenderedPages[i]; ..... Thank you.
by Ivan
Wed Oct 26, 2016 12:49 am
Forum: Stimulsoft Reports.WEB
Topic: NO DATA when export to XML
Replies: 5
Views: 2222

Re: NO DATA when export to XML

Hello, By default in Csv, Dbf and Xml exports only textboxes from DataBand are exported ("only data"). If you want to export also other bands, please change the DataExportMode property of the ExportSettings (for example, set it to StiDataExportMode.AllBands) If the issue is still present, ...
by Ivan
Wed Oct 26, 2016 12:37 am
Forum: Stimulsoft Reports.WEB
Topic: height on rows after report are much larger
Replies: 8
Views: 3523

Re: height on rows after report are much larger

Hello,

Can you please send us a sample report template with data, which reproduces the issue, for analysis?

Thank you.
by Ivan
Wed Oct 26, 2016 12:33 am
Forum: Stimulsoft Reports.WPF
Topic: Error when exporting to PDF
Replies: 10
Views: 6228

Re: Error when exporting to PDF

Hello,

We are always glad to help you.
Let us know if you need any additional help.

Thank you.