ActiveReports 13
Rows Property

GrapeCity.ActiveReports Assembly > GrapeCity.ActiveReports.Extensibility.Data Namespace > DataTable Class : Rows Property
Gets table rows.
Syntax
'Declaration
 
Public ReadOnly Property Rows As GrapeCity.ActiveReports.Extensibility.Rendering.Components.IItemCollection(Of DataRow)
public GrapeCity.ActiveReports.Extensibility.Rendering.Components.IItemCollection<DataRow> Rows {get;}
See Also

Reference

DataTable Class
DataTable Members