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

In This Topic
    ParentScope Property
    In This Topic
    Gets the parent scope of this scope.
    Syntax
    'Declaration
     
    ReadOnly Property ParentScope As IScopeDefinition
    IScopeDefinition ParentScope {get;}

    Property Value

    An IScopeDefinition object representing the parent scope.
    Remarks

    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