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

In This Topic
    ChildScopes Property (FixedPage)
    In This Topic
    Gets the child scopes for the fixed page.
    Syntax
    'Declaration
     
    Public Overrides NotOverridable ReadOnly Property ChildScopes As IEnumerable
    public override IEnumerable ChildScopes {get;}

    Property Value

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