ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Grid Class / Rows Property

In This Topic
    Rows Property (Grid)
    In This Topic
    Syntax
    'Declaration
     
    Public ReadOnly Property Rows As IList(Of GridRow)
    public IList<GridRow> Rows {get;}
    See Also