ActiveReports Developer 7
SubGroups Property
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components.Table Namespace > ITableGroup Interface : SubGroups Property

Glossary Item Box

The inner groups of the table that are nested within this one.

Syntax

Visual Basic (Declaration) 
ReadOnly Property SubGroups As ITableGroupCollection
C# 
ITableGroupCollection SubGroups {get;}

See Also