GrapeCity.ActiveReports.v8 Assembly > GrapeCity.ActiveReports Namespace : SectionCollection Class |
The following tables list the members exposed by SectionCollection.
Name | Description | |
---|---|---|
Capacity | Gets or sets the number of elements that the SectionCollection can contain. (Inherited from System.Collections.CollectionBase) | |
Count | Gets the number of elements contained in the SectionCollection instance. (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 the specified SectionType 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. | |
GetNewSectionName | Used from designer to get the section names generated to be passed into the LayoutChanging event. the section list is not modified | |
IndexOf | Determines the specific index of the specified section 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 with the default names GroupHeader1,GroupFooter1; where 1 is an order number. | |
InsertPageHF | Inserts a page header and a page matching footer into the SectionCollection with the default names PageHeader1, PageFooter1; where 1 is an order number. | |
InsertReportHF | Inserts a report header and a matching report footer into the SectionCollection. | |
Remove | Overloaded. Removes the specified Section from the SectionCollection if it exists. | |
RemoveAt | Inherited from System.Collections.CollectionBase. (Inherited from System.Collections.CollectionBase) |