Creating reports and dashboards | Stimulsoft community forum
Reporting tool and data analytics tools for creating reports and dashboards in ASP.NET, ASP.NET MVC, .NET Core, Blazor, Angular, PHP, Python, WPF, JavaScript, and Java applications.
sofiane wrote:Thank you , i have cheked and read all links
But my problem is not the same.
I have installed the full licensed copy : Reports.Web 2011.1,
But when I updat new dlls, I do have the change but with DEMO version ie
when I updat dll I lose licence and the result of Export containing DEMO in all Pages
How can I resolve this problem ?
Did you download prerelease build from the Registered user area?
I wich to test the call of ProcessPdfRequest. That let me control the retuned report.
I have remove the code because the problem is not on my code but in ProcessPdfRequest(true)
The same error with or without my code
My example,
if (StiWebViewer1.ProcessPdfRequest(true))
{
sofiane wrote:I wich to test the call of ProcessPdfRequest. That let me control the retuned report.
I have remove the code because the problem is not on my code but in ProcessPdfRequest(true)
The StiWebViewer1_ReportExport event is for changing export parameters before export. And it is called always before export.
And you are calling the StiWebViewer1.ProcessPdfRequest(true) method, which runs export again. And there is a loop.
Maybe you could describe what are you trying to do, and you'll try to show you the way.
ie:
when we clic on "Export WORD" that returns Report1 exported as report.doc file.
when we clic on "Export Pdf" that return Report2 exported as report.pdf file.
"Report1.mrt" and "Report2.mrt" are differents reports.
Report1 is the report viewed
Report2 is Report1 modified