ComponentOne Reports for WPF
C1.C1Report Namespace / C1Report Class / EndSection Event

In This Topic
    EndSection Event (C1Report)
    In This Topic
    Fired when the control finishes rendering each Section.
    Syntax
    'Declaration
     
    Public Event EndSection As ReportEventHandler
    public event ReportEventHandler EndSection
    See Also