ActiveReports 12
SectionCollection Class Members
Properties  Methods  Events

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports Namespace : SectionCollection Class

The following tables list the members exposed by SectionCollection.

Public Properties
 NameDescription
Public PropertyGets or sets the number of elements that the SectionCollection can contain. (Inherited from System.Collections.CollectionBase)
Public PropertyGets the number of elements contained in the SectionCollection instance. (Inherited from System.Collections.CollectionBase)
Public PropertyOverloaded. Returns a reference to a Section in the SectionCollection using its index or unique name.  
Top
Public Methods
 NameDescription
Public MethodOverloaded. Adds the specified SectionType to the SectionCollection.  
Public MethodRemove all sections from the collection.  
Public MethodDetermines whether the specified section object exists in the collection.  
Public MethodCopies the Sections collection from the specified report to a Sections collection at the specified index.  
Public MethodReleases the section collection from memory.  
Public Method

Determines the specific index of the specified section in the collection.

 
Public MethodOverloaded. Inserts a section into the collection at the specified index.  
Public MethodOverloaded. Inserts a group header and a matching group footer into the SectionCollection with the default names GroupHeader1,GroupFooter1; where 1 is an order number.  
Public MethodInserts a page header and a page matching footer into the SectionCollection with the default names PageHeader1, PageFooter1; where 1 is an order number.  
Public MethodInserts a report header and a matching report footer into the SectionCollection.  
Public MethodOverloaded. Removes the specified Section from the SectionCollection if it exists.  
Public MethodInherited from System.Collections.CollectionBase. (Inherited from System.Collections.CollectionBase)
Top
Public Events
 NameDescription
Public EventOccurs when the members of the SectionCollection have changed.  
Top
See Also

Reference

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