MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Components Namespace / LayoutAreaExtensionsPublic Class / SortedChildren Method
The area.

In This Topic
SortedChildren Method
In This Topic
Gets sorted children of the given layout area.
Syntax
'Declaration
 
Public Shared Function SortedChildren( _
   ByVal area As ILayoutArea _
) As IEnumerable(Of ILayoutArea)
 

Parameters

area
The area.

Return Value

Sorted children of the given layout area.
See Also