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

In This Topic
    TablixCornerCell Property
    In This Topic
    Gets the list 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;}
    See Also