Gets the collection of Section objects in the report definition.
Namespace:
C1.C1ReportAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
[BrowsableAttribute(false)] public SectionCollection Sections { get; } |
Visual Basic |
---|
<BrowsableAttribute(False)> _ Public ReadOnly Property Sections As SectionCollection 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.