ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / TablixBody Class / TablixRows Property

In This Topic
    TablixRows Property
    In This Topic
    Gets a collection of rows in the body section of the tablix.
    Syntax
    'Declaration
     
    Public ReadOnly Property TablixRows As TablixItems(Of TablixRow)
    public TablixItems<TablixRow> TablixRows {get;}

    Property Value

    A TablixItems<T> object containing the rows in the body section of the tablix.
    See Also