FlexReport for WPF | ComponentOne
C1.WPF.FlexReport.4.6.2 Assembly / C1.WPF.FlexReport Namespace / C1FlexReport Class / OnPrintSection Method
Section object.

In This Topic
    OnPrintSection Method (C1FlexReport)
    In This Topic
    Raises the PrintSection event.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnPrintSection( _
       ByVal section As Section _
    ) 
    protected virtual void OnPrintSection( 
       Section section
    )

    Parameters

    section
    Section object.
    See Also