FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport Namespace / C1FlexReport Class / OnStartSection Method
Section object.

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

    Parameters

    section
    Section object.
    See Also