FlexReport for WPF | ComponentOne
C1.WPF.Report Assembly / C1.WPF.Report Namespace / SubSection Class / ParentSection Property

In This Topic
    ParentSection Property (SubSection)
    In This Topic
    Gets a Section object owning this SubSection object.
    Syntax
    'Declaration
     
    Public ReadOnly Property ParentSection As Section
    public Section ParentSection {get;}
    See Also