ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / IReportComponent Interface / Parent Property

In This Topic
    Parent Property (IReportComponent)
    In This Topic
    Gets or sets an GrapeCity.ActiveReports.PageReportModel.Rdl.IReportComponentContainer representing the parent container.
    Syntax
    'Declaration
     
    Property Parent As IReportComponentContainer
    IReportComponentContainer Parent {get; set;}

    Property Value

    An GrapeCity.ActiveReports.PageReportModel.Rdl.IReportComponentContainer representing the parent container.
    See Also