Hi,
I am using Crystal XI and .NET.
Is there any way to cancel long running report in my program?
Thanks.
Victor
Printable View
Hi,
I am using Crystal XI and .NET.
Is there any way to cancel long running report in my program?
Thanks.
Victor
Is it the printing that you want to cancel or the creation of the report?
Creation of report.
How does the report get created? Is it based on a SQL query that builds a recordset, and feeds the recordset to Crystal?
No, the report itself is a stand alone file .rpt. I am loading it and then run it:
report.Load(rptPath);
crViewer.ReportSource=report;//this one freezes up everything. I want to cancel running somehow after this line of code started to execute