FlexReport for UWP | ComponentOne
C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / Section Class / SubSections Property

In This Topic
    SubSections Property
    In This Topic
    Gets the collection of sub-sections in the current section. This collection contains at least one element.
    Syntax
    'Declaration
     
    Public ReadOnly Property SubSections As SubSectionCollection
    public SubSectionCollection SubSections {get;}
    See Also