Posted 1 April 2021, 8:11 pm EST
Hello,I am using Active Report 11. I am rendering a Pagereport (pseudo code as shown below)
reportDocument.Render(pdfRenderingExtension, outputProvider, pdfSetting);
In my case, this document is made of multiple subreports .For each subreport, I get notified with a LocateDataSource event during rendering and I hookup the data source with this notification. I would like to know if there is way to cancel the rendering after it is started.
thanks
alexsunny