FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport Namespace / C1FlexReport Class / EndPage Event

In This Topic
    EndPage Event (C1FlexReport)
    In This Topic
    Occurs when a page finishes rendering.
    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 Cancel property while handling this event to cancel rendering the report. To limit the number of pages that can be printed, use the MaxPages property instead.

    See Also