Overload | Description |
---|---|
Item(SectionTypeEnum) | Gets a section from a C1FlexReport.Sections collection by its Section.Type. Throws an exception if section with specified Section.Type not found. |
Item(Int32) | Gets the element at the specified index. (Inherited from C1.WPF.FlexReport.ReportObjectList<Section>) |
Item(String) | Gets the element with specified name. (Inherited from C1.WPF.FlexReport.ReportObjectCollection<TItem>) |