The following tables list the members exposed by SectionCollection.
| Name | Description | |
|---|---|---|
![]() | Capacity | (Inherited from System.Collections.CollectionBase) |
![]() | Count | (Inherited from System.Collections.CollectionBase) |
![]() | Item | Overloaded. Returns a reference to a Section in the SectionCollection using its index or unique name. |
| Name | Description | |
|---|---|---|
![]() | Add | Overloaded. Adds a new section to the collection with the specified name Adds a section to the SectionCollection. |
![]() | Clear | Remove all sections from the collection. |
![]() | Contains | Determines whether the specified section object exists in the collection. |
![]() | CopyTo | Copies the Sections collection from the specified report to a Sections collection at the specified index. |
![]() | Dispose | Releases the section collection from memory. |
![]() | GetEnumerator | Returns an enumerator that can iterate through the SectionCollection. |
![]() | IndexOf | Determines the specific index of the specified section in the collection. Section to locate in the collection. |
![]() | Insert | Overloaded. Inserts a section into the collection at the specified index. |
![]() | InsertGroupHF | Overloaded. Inserts a group header and a matching group footer into the SectionCollection. |
![]() | InsertPageHF | Inserts a page header and a matching page footer into the SectionCollection. |
![]() | InsertReportHF | Inserts a report header and a matching report footer into the SectionCollection. |
![]() | Remove | Overloaded. Removes a Section from the SectionCollection. Removes a section from the SectionCollection. |
![]() | RemoveAt | (Inherited from System.Collections.CollectionBase) |


