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

In This Topic
    Parent Property (Report)
    In This Topic
    Gets or sets a parent container.
    Syntax
    'Declaration
     
    Public Overrides NotOverridable Property Parent As IReportComponentContainer
    public override IReportComponentContainer Parent {get; set;}

    Property Value

    An IReportComponentContainer object representing the parent container.
    Remarks
    The Report does not not use this property.
    See Also