FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport Namespace / C1FlexReport Class / OnEndPage Method
The number of the finished page.

In This Topic
    OnEndPage Method (C1FlexReport)
    In This Topic
    Raises the EndPage event.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnEndPage( _
       ByVal pageNo As Integer _
    ) 
    protected virtual void OnEndPage( 
       int pageNo
    )

    Parameters

    pageNo
    The number of the finished page.
    See Also