Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Report Namespace / HtmlFilter Class / EndSection Method
Section that was rendered.

In This Topic
    EndSection Method (HtmlFilter)
    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