FlexReport for WPF | ComponentOne
C1.WPF.Report Assembly / C1.WPF.Report Namespace / FlexReport Class / OnEndPage Method
The number of the finished page.

In This Topic
    OnEndPage Method (FlexReport)
    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