[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.IScopeDefinition.ChildScopes

ChildScopes Property

ChildScopes

Gets the scope objects that are direct children of this scope.

Declaration
IEnumerable ChildScopes { get; }
Property Value
Type Description
IEnumerable

An IEnumerable of IScopeDefinition object representing the children scopes.

Remarks
<p>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.