[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Rendering.Components.Table.ITableDetail.Rows

Rows Property

Rows

Gets a collection of table rows associated with this detail instance.

Declaration
IItemCollection<ITableRow> Rows { get; }
Property Value
Type Description
IItemCollection<ITableRow>

An IItemCollection<T> of ITableRow representing the rows associated with this detail instance.