Export report

Stimulsoft Reports.WEB discussion
Post Reply
r.bianco
Posts: 81
Joined: Thu Oct 27, 2016 2:06 pm

Export report

Post by r.bianco »

Stimulsoft.Report, Version=2016.2.0.0

Hello,
I created a dll (C#, .NET 4.0) that exposes a procedure for the export of Stimulsoft Reports.

Code: Select all

StiReport myReport;
myReport = new StiReport();
myReport.Load(pathFileReport + nomeFileReport);
myReport.Compile();
myReport.Render(false);
myReport.ExportDocument((StiExportFormat)Formato, pathFileEsportazione);
myReport = null;
I execute the procedure for Report_1.mrt: it works.
I execute the procedure for Report_2.mrt: PDF created contains the render of Report_1.mr.
What I forgot to do?
Soft System srl
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Export report

Post by Alex K. »

Hello,

Could you send us a simple project which reproduces the issue for analysis.

Thank you.
r.bianco
Posts: 81
Joined: Thu Oct 27, 2016 2:06 pm

Re: Export report

Post by r.bianco »

Attached,
thank you.
Attachments
SoftSystem StiReport.zip
(7.44 MiB) Downloaded 220 times
Soft System srl
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Export report

Post by Alex K. »

Hello,

You project contains only code which you send in the previous post.
Could you send your report.
Also, can you prepare a simple working project which reproduces the issue.

Thank you.
r.bianco
Posts: 81
Joined: Thu Oct 27, 2016 2:06 pm

Re: Export report

Post by r.bianco »

I isolated the case, the problem is not in Stimulsoft Reports.
Thanks and sorry.
Soft System srl
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Export report

Post by Alex K. »

Hello

Ok.
Please let us know if you need any additional help.

Thank you.
Post Reply