ReportCacheMode

Stimulsoft Reports.NET discussion
Post Reply
Andreas Tastler
Posts: 63
Joined: Fri Jul 17, 2009 5:00 am
Location: St. Gallen, Switzerland

ReportCacheMode

Post 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
Ivan
Posts: 960
Joined: Thu Aug 10, 2006 1:37 am

ReportCacheMode

Post by Ivan »

Hello,

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

Thank you.
Post Reply