Page 1 of 1

Cancel the report rendering (e.g. on keystroke)

Posted: Fri Nov 09, 2007 3:09 am
by efi
Hi,

When rendering a report with

Code: Select all

Report.Render(true);
the user can cancel the rendering process in the progress dialog window.


Ist there any elegant way to provide this cancel functionality when using

Code: Select all

Report.Render(false);
(for example by letting the user press the [ESC] key)?


I am unsure whether

Code: Select all

Report.Stop = true;
can help, but the quickTip says it should not be used and I would maybe have concerns about thread safety there, too.


Thanks in advance.

Cancel the report rendering (e.g. on keystroke)

Posted: Fri Nov 09, 2007 7:57 am
by Guest
The description about this property(Report.Stop) has become outdated. We remake this property and you can use it without worries.

Thank you.