FlexReport for .NET | ComponentOne
C1.FlexReport Assembly / C1.Report Namespace / Section Class / ParentReport Property

In This Topic
    ParentReport Property (Section)
    In This Topic
    Gets the FlexReport object that contains this Section.
    Syntax
    'Declaration
     
    Public Overrides Property ParentReport As FlexReport
    public override FlexReport ParentReport {get; set;}
    See Also