ActiveReports Developer 7
SortedChildren Property
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Layout Namespace > ILayoutArea Interface : SortedChildren Property

Glossary Item Box

Get an enumerable sub-areas according to their ZIndex and left-top coordinate

Syntax

Visual Basic (Declaration) 
ReadOnly Property SortedChildren As System.Collections.Generic.IEnumerable(Of ILayoutArea)
C# 
System.Collections.Generic.IEnumerable<ILayoutArea> SortedChildren {get;}

See Also