ReportDocument.Load

  • Thread starter Thread starter Greg
  • Start date Start date
G

Greg

Has anyone experienced preformace problems with .Net and Crystal Reports?
Using the ReportDocument.Load method to load a non-embedded report takes me
from 20-30 seconds per report to load using Crystal 10 Dev Edition.
 
The problem seems to be related to the database name the report was
developed using.

If the report is loaded using the same datbase, it loads instantly, however
if a different SQL Server is used, it taked 20-30 seconds.

Is there a way around this? It seems like in Crystal 9 and 10 you cannot
remove the database name using set location like you could in prior
versions.
 
Back
Top