[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.TablixRow.TablixCells

TablixCells Property

TablixCells

Gets a collection of cells within this row in the body section of the tablix.

Declaration
public TablixItems<TablixCell> TablixCells { get; }
Property Value
Type Description
TablixItems<TablixCell>

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