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

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