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

In This Topic
    OnStartPage Method (C1FlexReport)
    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