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

In This Topic
    Rows Property (Grid)
    In This Topic
    Gets the rows of the grid.
    Syntax
    'Declaration
     
    Public ReadOnly Property Rows As IList(Of GridRow)
    public IList<GridRow> Rows {get;}

    Property Value

    A list of GridRow objects representing the rows of the grid.
    See Also