[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Viewer.Win.Viewer.CancelRender

CancelRender Method

CancelRender()

Cancels the current report rendering process.

Declaration
public void 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.