Hi all, im using asp to load crystal reports,using this code to call the report
Session("oClientDoc").Open ReportPath. it works fine on all reports but one. its taking to long to load this report about 30 seconds.
i put a response.end after this line and it takes 30 seconds to get to resposnse.end.
does anyone know what might be causing this report to take long.
the report has one only one page, and its taking less longer to load some reports with far more records.
does anyone know what i have to do to fix this.
Session("oClientDoc").Open ReportPath. it works fine on all reports but one. its taking to long to load this report about 30 seconds.
i put a response.end after this line and it takes 30 seconds to get to resposnse.end.
does anyone know what might be causing this report to take long.
the report has one only one page, and its taking less longer to load some reports with far more records.
does anyone know what i have to do to fix this.