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

In This Topic
    Details Property (ITable)
    In This Topic
    Gets the collection of details rows for this table.
    Syntax
    'Declaration
     
    ReadOnly Property Details As IItemCollection(Of ITableDetail)

    Property Value

    An GrapeCity.ActiveReports.Extensibility.Rendering.Components.IItemCollection<T> of ITableDetail representing the table's details.
    See Also