ActiveReports 19 .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
    Gets 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;}

    Property Value

    An GrapeCity.ActiveReports.Extensibility.Rendering.Components.IItemCollection<T> of ITableGroup representing the nested inner groups.
    See Also