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

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

    Parameters

    e
    ReportEventArgs that contains event data.
    See Also