The SectionCollection type exposes the following members.
Methods
Name | Description | |
---|---|---|
Contains |
Determines whether the collection contains a specific Section.
|
|
CopyTo |
Copies the elements of the collection to an Array, starting at a particular array index.
|
Properties
Name | Description | |
---|---|---|
Count |
Returns the number of elements in the collection.
|
|
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[([( Int32])]) |
Returns a section from a Sections collection.
|
|
Item[([( String])]) |
Returns a section from a Sections collection.
|
|
Item[([( SectionTypeEnum])]) |
Returns a section from a 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.
|