The SectionCollection type exposes the following members.

Properties

  Name Description
Public property Count
Returns the number of elements in the collection.
Public property Detail
Returns a reference to the detail section of the report.
Public property Footer
Returns a reference to the report footer section.
Public property Header
Returns a reference to the report header section.
Public property Item[([( Int32])])
Returns a section from a Sections collection.
Public property Item[([( String])])
Returns a section from a Sections collection.
Public property Item[([( SectionTypeEnum])])
Returns a section from a Sections collection.
Public property PageFooter
Returns a reference to the page footer section of the report.
Public property PageHeader
Returns a reference to the page header section of the report.

See Also