FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport Namespace / Section Class / SubSections Property

In This Topic
    SubSections Property (Section)
    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