ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Viewer.Win Assembly / GrapeCity.ActiveReports.Viewer.Win Namespace / Viewer Class / CancelRender Method

In This Topic
CancelRender Method
In This Topic
Cancels the current report rendering process.
Syntax
'Declaration
 
Public Sub CancelRender() 
 
Remarks
This method interrupts the rendering of a report that is currently in progress. It is useful in scenarios where the rendering process needs to be prematurely terminated, such as when a user chooses to close a report or load a new report before the current one has finished rendering. Calling this method does not affect the ability to start a new rendering process.
See Also