ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Report Class / Parent Property

In This Topic
    Parent Property (Report)
    In This Topic
    Gets or sets the parent GrapeCity.ActiveReports.PageReportModel.Rdl.IReportComponentContainer hosting this control.
    Syntax
    'Declaration
     
    Public Overrides NotOverridable Property Parent As IReportComponentContainer
    public override IReportComponentContainer Parent {get; set;}

    Property Value

    An GrapeCity.ActiveReports.PageReportModel.Rdl.IReportComponentContainer representing the parent control.
    Remarks
    The Report does not not use this property.
    See Also