SectionCollection Class Members
In This Topic
The following tables list the members exposed by SectionCollection.
Public Properties
| Name | Description |
 | Detail | Returns a reference to the detail section of the report. |
 | Footer | Returns a reference to the report footer section. |
 | Header | Returns a reference to the report header section. |
 | Item | Overloaded. Returns a section from a C1Report.Sections collection. |
 | PageFooter | Returns a reference to the page footer section of the report. |
 | PageHeader | Returns a reference to the page header section of the report. |
Top
Public Methods
| Name | Description |
 | Contains | Determines whether the collection contains a specific Section. |
 | CopyTo | Copies the elements of the collection to an System.Array, starting at a particular array index. |
Top
See Also