[]
        
(Showing Draft Content)

C1.WPF.Report.SectionCollection

SectionCollection Class

Collection of the Section objects.

Namespace: C1.WPF.Report
Assembly: C1.WPF.Report.dll
Syntax
public class SectionCollection : ReportObjectList<Section>, ICollection<Section>, IEnumerable<Section>, IList, ICollection, IEnumerable

Properties

Name Description
Detail

Returns a reference to the detail section of the report.

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.

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.

Methods

Name Description
FindSection(SectionTypeEnum)

Gets a section from a Sections collection by its Type. Returns null if section not found.