The SectionCollection type exposes the following members.

Methods

  Name Description
Public method Contains
Determines whether the collection contains a specific Section.

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.

Explicit Interface Implementations

  Name Description
Explicit interface implemetation Private method ICollection..::..CopyTo

See Also