ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / DataRegion Class / ChildScopes Property

In This Topic
    ChildScopes Property (DataRegion)
    In This Topic
    Gets the child scopes for the data region.
    Syntax
    'Declaration
     
    Public MustOverride ReadOnly Property ChildScopes As IEnumerable
    public abstract IEnumerable ChildScopes {get;}

    Property Value

    An System.Collections.IEnumerable of child scopes.
    See Also