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

Glossary Item Box

Returns the parent group of this group member or null if this is the outer most group.

Syntax

Visual Basic (Declaration) 
ReadOnly Property Parent As IMatrixMember
C# 
IMatrixMember Parent {get;}

See Also