[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.SectionEventArgs

SectionEventArgs Class

SectionEventArgs

Inheritance
SectionEventArgs
Namespace: GrapeCity.ActiveReports
Assembly: MESCIUS.ActiveReports.dll
Syntax
public class SectionEventArgs : EventArgs

Constructors

Name Description
SectionEventArgs(Section)

Initializes a new instance of the SectionEventArgs class.

SectionEventArgs(Section, int)

Initializes a new instance of the SectionEventArgs class.

Properties

Name Description
Section

Gets the section.

SectionIndex

Gets the index of the section.

Extension Methods