FlexReport for WPF | ComponentOne
C1.WPF.Report Assembly / C1.WPF.Report Namespace / FlexReport Class / OnStartSection Method
Section object.

In This Topic
    OnStartSection Method (FlexReport)
    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