ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Table Namespace / ITableGroup Interface / SubGroups Property

In This Topic
    SubGroups Property (ITableGroup)
    In This Topic
    The inner groups of the table that are nested within this one.
    Syntax
    'Declaration
     
    ReadOnly Property SubGroups As IItemCollection(Of ITableGroup)
    IItemCollection<ITableGroup> SubGroups {get;}
    See Also