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

Glossary Item Box

Returns the LayoutArea objects that are children of this object (if any).

Syntax

Visual Basic (Declaration) 
ReadOnly Property Children As System.Collections.IEnumerable
C# 
System.Collections.IEnumerable Children {get;}

See Also