ComponentOne Reports for WPF
C1.C1Report Namespace / C1Report Class / EndPage Event

In This Topic
    EndPage Event (C1Report)
    In This Topic
    Fired when the control finishes rendering each page.
    Syntax
    'Declaration
     
    Public Event EndPage As ReportEventHandler
    public event ReportEventHandler EndPage
    Remarks

    This event is useful for updating the user interface to show how many pages have been printed so far.

    You can use the C1Report.Cancel property while handling this event to cancel rendering the report. To limit the number of pages that can be printed, use the C1Report.MaxPages property instead.

    See Also