Page 1 of 1

Export report

Posted: Fri Nov 04, 2016 4:18 pm
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?

Re: Export report

Posted: Sun Nov 06, 2016 9:44 am
by Alex K.
Hello,

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

Thank you.

Re: Export report

Posted: Mon Nov 07, 2016 10:50 am
by r.bianco
Attached,
thank you.

Re: Export report

Posted: Tue Nov 08, 2016 6:18 pm
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.

Re: Export report

Posted: Tue Nov 22, 2016 1:59 pm
by r.bianco
I isolated the case, the problem is not in Stimulsoft Reports.
Thanks and sorry.

Re: Export report

Posted: Tue Nov 22, 2016 7:01 pm
by Alex K.
Hello

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

Thank you.