FlexReport for .NET | ComponentOne
C1.Win.FlexReport.8 Assembly / C1.Win.FlexReport Namespace / SubSection Class / ParentReport Property

In This Topic
    ParentReport Property (SubSection)
    In This Topic
    Gets the C1FlexReport object containing this object.
    Syntax
    'Declaration
     
    Public Overrides Property ParentReport As C1FlexReport
    public override C1FlexReport ParentReport {get; set;}
    See Also