ActiveReports 8
SectionCollection Class Members
See Also  Properties  Methods  Events
GrapeCity.ActiveReports.v8 Assembly > GrapeCity.ActiveReports Namespace : SectionCollection Class

Glossary Item Box

The following tables list the members exposed by SectionCollection.

Public Properties

 NameDescription
Public PropertyCapacityGets or sets the number of elements that the SectionCollection can contain. (Inherited from System.Collections.CollectionBase)
Public PropertyCountGets the number of elements contained in the SectionCollection instance. (Inherited from System.Collections.CollectionBase)
Public PropertyItemOverloaded. Returns a reference to a Section in the SectionCollection using its index or unique name.  
Top

Public Methods

 NameDescription
Public MethodAddOverloaded. Adds the specified SectionType to the SectionCollection.  
Public MethodClearRemove all sections from the collection.  
Public MethodContainsDetermines whether the specified section object exists in the collection.  
Public MethodCopyToCopies the Sections collection from the specified report to a Sections collection at the specified index.  
Public MethodDisposeReleases the section collection from memory.  
Public MethodIndexOf

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

 
Public MethodInsertOverloaded. Inserts a section into the collection at the specified index.  
Public MethodInsertGroupHFOverloaded. 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 MethodInsertPageHFInserts a page header and a page matching footer into the SectionCollection with the default names PageHeader1, PageFooter1; where 1 is an order number.  
Public MethodInsertReportHFInserts a report header and a matching report footer into the SectionCollection.  
Public MethodRemoveOverloaded. Removes the specified Section from the SectionCollection if it exists.  
Public MethodRemoveAtInherited from System.Collections.CollectionBase. (Inherited from System.Collections.CollectionBase)
Top

Public Events

 NameDescription
Public EventChangedOccurs when the members of the SectionCollection have changed.  
Top

See Also