Page 1 of 1

ReportCacheMode

Posted: Wed Jun 22, 2011 7:47 am
by Andreas Tastler
Hello

We render large reports with ReportCacheMode = On. As we display the progress by our own, we register the StiReport.Render event to update the progress message while rendering pages. After the last page has been rendered, the Stimulsoft Engine collects the rendered pages. Is there any possibility to catch an event before this process is starting? I want to update the progress to a marquee bar to inform the user about the collecting.

Thank you
Andreas

ReportCacheMode

Posted: Wed Jun 22, 2011 8:41 am
by Ivan
Hello,

Please try to use the EndRender event of the last page.

Thank you.