When rendering a report with
Code: Select all
Report.Render(true);
Ist there any elegant way to provide this cancel functionality when using
Code: Select all
Report.Render(false);
I am unsure whether
Code: Select all
Report.Stop = true;
Thanks in advance.