ActiveReports 13
SectionCollection Class
Members 

GrapeCity.ActiveReports Assembly > GrapeCity.ActiveReports Namespace : SectionCollection Class
Represents a collection of all sections (Section objects) in the report layout. 
Object Model
SectionCollection Class
Syntax
'Declaration
 
Public Class SectionCollection 
   Inherits System.Collections.CollectionBase
public class SectionCollection : System.Collections.CollectionBase 
Remarks
The collection provides access to the removal or addition of sections, as well as access to the individual sections within the report.  You can use the collection to create dynamic reports at run time.
Inheritance Hierarchy

System.Object
   System.Collections.CollectionBase
      GrapeCity.ActiveReports.SectionCollection

See Also

Reference

SectionCollection Members
GrapeCity.ActiveReports Namespace
Section Class
Detail Class
GroupFooter Class
GroupHeader Class
PageFooter Class
PageHeader Class
ReportFooter Class
ReportHeader Class