ComponentOne Reports for WPF
C1.C1Report Namespace / TextFilter Class / EndSection Method
Section that was rendered.

In This Topic
    EndSection Method (TextFilter)
    In This Topic
    Called when the component finishes rendering each Section.
    Syntax
    'Declaration
     
    Public Overrides Sub EndSection( _
       ByVal section As Section _
    ) 
    public override void EndSection( 
       Section section
    )

    Parameters

    section
    Section that was rendered.
    See Also