C1.WPF.FlexReport.4 Assembly > C1.WPF.FlexReport Namespace : SectionCollection Class |
The following tables list the members exposed by SectionCollection.
Name | Description | |
---|---|---|
![]() | Count | (Inherited from C1.WPF.FlexReport.ReportObjectList<Section>) |
![]() | 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. Gets a section from a C1FlexReport.Sections collection by its Section.Type. Throws an exception if section with specified Section.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 | Overridden. |
Name | Description | |
---|---|---|
![]() | Contains | Overloaded. Determines whether the collection contains an item with specified name. (Inherited from C1.WPF.FlexReport.ReportObjectCollection<Section>) |
![]() | CopyTo | (Inherited from C1.WPF.FlexReport.ReportObjectCollection<Section>) |
![]() | FindByName | Gets the item by its name, returns null if not found. (Inherited from C1.WPF.FlexReport.ReportObjectCollection<Section>) |
![]() | FindSection | Gets a section from a C1FlexReport.Sections collection by its Section.Type. Returns null if section not found. |
![]() | IndexByName | Gets the index of the element by its name. (Inherited from C1.WPF.FlexReport.ReportObjectCollection<Section>) |
![]() | IndexOf | Gets the index of the element. (Inherited from C1.WPF.FlexReport.ReportObjectCollection<Section>) |
![]() | Move | Moves the item with the specified index to a new new position specified by newIndex. (Inherited from C1.WPF.FlexReport.ReportObjectCollection<Section>) |