ComponentOne FlexReport for WinForms
Sections Property

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport Namespace > C1FlexReport Class : Sections Property
Gets the collection of Section objects in the report definition.
Syntax
'Declaration
 
Public ReadOnly Property Sections As SectionCollection
public SectionCollection Sections {get;}
Remarks
This collection always contains at least five items, which correspond to the standard report sections that are always present: Detail, Header, Footer, PageHeader, and PageFooter.
See Also

Reference

C1FlexReport Class
C1FlexReport Members