ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / IScopeDefinition Interface / ParentScope Property

In This Topic
    ParentScope Property
    In This Topic
    The parent of this scope.
    Syntax
    'Declaration
     
    ReadOnly Property ParentScope As IScopeDefinition
    IScopeDefinition ParentScope {get;}
    Remarks
    NOTE: This may not be the same object as the parent component or report item container. It is the parent in terms of RDL scope rules.
    See Also