ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / TablixCornerRow Class / TablixCornerCell Property

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

    Property Value

    A TablixItems<T> collection representing the cells in a row of the corner section.
    See Also