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

In This Topic
    ChildScopes Property (IScopeDefinition)
    In This Topic
    The scope objects that are direct children of this scope.
    Syntax
    'Declaration
     
    ReadOnly Property ChildScopes As IEnumerable
    IEnumerable ChildScopes {get;}
    Remarks
    NOTE: This may not be the same set of objects as the child components. It is the children in terms of RDL scope rules. It may also be empty if there are no descendent scopes.
    See Also