FlexReport for UWP | ComponentOne
C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / C1FlexReport 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
    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