C1.C1Report.4 Assembly / C1.C1Report Namespace / C1Report Class / Sections Property

In This Topic
Sections Property
In This Topic
Gets the collection of Section objects in the report definition.
Syntax
'Declaration
 
Public ReadOnly Property Sections As SectionCollection
 
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