ActiveReports Developer 7
Children Property
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components.Matrix Namespace > IMatrixMember Interface : Children Property

Glossary Item Box

Returns the collection of child group members for the inner hierarchy or null if this member is the inner-most leaf grouping.

Syntax

Visual Basic (Declaration) 
ReadOnly Property Children As IMatrixMemberCollection
C# 
IMatrixMemberCollection Children {get;}

See Also