ActiveReports Developer 7
Rows Property
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components.Table Namespace > ITableDetail Interface : Rows Property

Glossary Item Box

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

Syntax

Visual Basic (Declaration) 
ReadOnly Property Rows As ITableRowCollection
C# 
ITableRowCollection Rows {get;}

See Also