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

In This Topic
    ChildScopes Property (IScopeDefinition)
    In This Topic
    Gets the scope objects that are direct children of this scope.
    Syntax
    'Declaration
     
    ReadOnly Property ChildScopes As IEnumerable
    IEnumerable ChildScopes {get;}

    Property Value

    An System.Collections.IEnumerable of IScopeDefinition object representing the children scopes.
    Remarks

    This may not be the same set of objects as the child components; it represents the children in terms of RDL scope rules and may be empty if there are no descendant scopes.

    See Also