Count (Inherited from System.Collections.CollectionBase) | Returns the number of sections in the collection. |
Item | Overloaded. Returns a reference to a Section in the SectionCollection using its index or unique name. |
Add | Adds a new section to the collection with the specified name |
Clear (Inherited from System.Collections.CollectionBase) | 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 (Inherited from System.Collections.CollectionBase) | Returns an enumerator that can iterate through the collection of sections. |
GetNewSectionName | For internal use only. |
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 | 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. |
RemoveAt (Inherited from System.Collections.CollectionBase) | Removes the Section object at the specified index from the collection. |
Changed | Occurs when the members of the SectionCollection have changed. |
SectionCollection Class | DataDynamics.ActiveReports Namespace | Section | Detail | GroupFooter | GroupHeader | PageFooter | PageHeader | ReportFooter | ReportHeader
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.