ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / TablixCorner Class / TablixCornerRows Property

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

    Property Value

    A TablixItems<T> collection representing the rows in the corner section of the tablix.
    Remarks
    There must be as many TablixCornerRow elements as there are unique total heights of TablixMember in the Tablix.TablixColumnHierarchy.
    See Also