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

In This Topic
    Parent Property (ReportComponent)
    In This Topic
    Gets or sets an GrapeCity.ActiveReports.PageReportModel.Rdl.IReportComponentContainer interface representing the parent hosting the component.
    Syntax
    'Declaration
     
    Public Overridable Property Parent As IReportComponentContainer
    public virtual IReportComponentContainer Parent {get; set;}

    Property Value

    An GrapeCity.ActiveReports.PageReportModel.Rdl.IReportComponentContainer interface representing the parent hosting the component.
    See Also