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

In This Topic
    Details Property (ITableGroup)
    In This Topic
    Gets the details rows for this group.
    Syntax
    'Declaration
     
    ReadOnly Property Details As IItemCollection(Of ITableDetail)

    Property Value

    An GrapeCity.ActiveReports.Extensibility.Rendering.Components.IItemCollection<T> of ITableDetail representing the details rows for this group.
    See Also