ActiveReports3 Request technical support
SectionCollection Class Members
See Also  Properties  Methods  Events


The following tables list the members exposed by SectionCollection.

Public Properties

 NameDescription
Public PropertyCapacity (Inherited from System.Collections.CollectionBase)
Public PropertyCount (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 a new section to the collection with the specified name
Adds a section 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 MethodGetEnumeratorReturns an enumerator that can iterate through the SectionCollection.  
Public MethodIndexOfDetermines the specific index of the specified section in the collection.


Section to locate 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.  
Public MethodInsertPageHFInserts a page header and a matching page footer into the SectionCollection.  
Public MethodInsertReportHFInserts a report header and a matching report footer into the SectionCollection.  
Public MethodRemoveOverloaded. Removes a Section from the SectionCollection.
Removes a section from the SectionCollection.  
Public MethodRemoveAt (Inherited from System.Collections.CollectionBase)
Top

Public Events

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

See Also