FlexReport for UWP | ComponentOne
C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / C1FlexReport Class / OnPrintSection Method
Section object.

In This Topic
    OnPrintSection Method
    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