Reports for WPF | ComponentOne
C1.C1Report Namespace / C1Report Class / OnStartPage Method
ReportEventArgs that contains event data.

In This Topic
    OnStartPage Method (C1Report)
    In This Topic
    Raises the StartPage event.
    Syntax
    'Declaration
     
    Protected Sub OnStartPage( _
       ByVal e As ReportEventArgs _
    ) 
    protected void OnStartPage( 
       ReportEventArgs e
    )

    Parameters

    e
    ReportEventArgs that contains event data.
    See Also