[]
Collection of the Section objects.
public class SectionCollection : ReportObjectList<Section>, ICollection<Section>, IEnumerable<Section>, IList, ICollection, IEnumerable
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. |
this[SectionTypeEnum] | Gets a section from a Sections collection by its Type. Throws an exception if section with specified Type not found. |
PageFooter | Returns a reference to the page footer section of the report. |
PageHeader | Returns a reference to the page header section of the report. |
Report | Gets the FlexReport object owning this collection. |
Name | Description |
---|---|
FindSection(SectionTypeEnum) | Gets a section from a Sections collection by its Type. Returns null if section not found. |