paunetg
June 7th, 2005, 05:31 AM
Hello,
I'm upgrading my application from CR 8.5 to CR10.
All works fine. The time needed to retrieve data in CR 8.5 (using CRPE api) and CR 10 (using RDC) are same but when i want to preview the result with the CR active X it takes much time.
Does anybody knows how reduce the time to generate preview when i send the IREportPtr to myViewer.SetReportSource() ?
The code is
IREportPtr pReport;
pReport = GetPrintJob();
m_Viewer.PutReportSource(pReport); // here i'm loosing time to preview...
Thank for help
I'm upgrading my application from CR 8.5 to CR10.
All works fine. The time needed to retrieve data in CR 8.5 (using CRPE api) and CR 10 (using RDC) are same but when i want to preview the result with the CR active X it takes much time.
Does anybody knows how reduce the time to generate preview when i send the IREportPtr to myViewer.SetReportSource() ?
The code is
IREportPtr pReport;
pReport = GetPrintJob();
m_Viewer.PutReportSource(pReport); // here i'm loosing time to preview...
Thank for help