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

In This Topic
    Rows Property (ITableDetail)
    In This Topic
    Gets a collection of table rows associated with this detail instance.
    Syntax
    'Declaration
     
    ReadOnly Property Rows As IItemCollection(Of ITableRow)
    See Also