How to cancel the running PDF Generation Process?
Posted: Wed Nov 25, 2015 12:24 pm
Hi Andrew,
I would like to do cancel the running PDF generation Process in C# code?.Kindly help us to improve.
is the code for PDF generation and how would i cancel it.Let me know the solution as soon as possible.
Thanks,
Darsana.R
I would like to do cancel the running PDF generation Process in C# code?.Kindly help us to improve.
Code: Select all
StiReport report =new StiReport ();
report.load("dff.mrt");
report.regdata(sdfgfdg);
report.render();
Thanks,
Darsana.R