Hi.
I have designed several reports in the crystal reports tool integrated into visual studio 2005. When I try to preview the reports I get the message: "The maximum report processing jobs limit configured by your system administrator has been reached".
I've researched the subject and have tried several ways to fix it:
Using ReportDocument.Close() and ReportDocument.Dispose(), also I've tried changing the registry PrintJobLimit to -1.
These attempts increased the number of reports I could display to about a 150, but beyond that I still get the error message.
I that this print job limit does not exist in the full version of crystal reports, like Crystal Reports 2008.
So, I need your help trying to figure out how to preview a crystal report from an asp.net 2.0 aspx page using crystal reports 2008. How do I pass the parameters and open the report ?
In the .net version of crystal reports I used a CrystalReportsViewer. Do I need to use it here also ? and so on...
Your help here is appreciated.
Thanks.