ActiveReports 14 .NET Edition
GrapeCity.ActiveReports Assembly / GrapeCity.ActiveReports.Extensibility.Data Namespace / DataTable Class / Rows Property

In This Topic
    Rows Property (DataTable)
    In This Topic
    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