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

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

    Parameters

    pageNo
    The number of the started page.
    See Also