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

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