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

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

    Parameters

    e
    ReportEventArgs that contains event data.
    See Also