ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / TablixRow Class / TablixCells Property

In This Topic
    TablixCells Property
    In This Topic
    Gets a collection of cells within this row in the body section of the tablix.
    Syntax
    'Declaration
     
    Public ReadOnly Property TablixCells As TablixItems(Of TablixCell)
    public TablixItems<TablixCell> TablixCells {get;}

    Property Value

    A TablixItems<T> collection representing the cells in the row.
    See Also