ActiveReports 19 .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 a parent container.
    Syntax
    'Declaration
     
    Property Parent As IReportComponentContainer
    IReportComponentContainer Parent {get; set;}

    Property Value

    An IReportComponentContainer object representing the parent container.
    See Also