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

In This Topic
    TablixCornerRows Property
    In This Topic
    The list of rows in the corner section of the tablix. There must be as many TablixCornerRow elements as there are unique total heights of TablixMembers in the TablixColumnHierarchy.
    Syntax
    'Declaration
     
    Public ReadOnly Property TablixCornerRows As TablixItems(Of TablixCornerRow)
    public TablixItems<TablixCornerRow> TablixCornerRows {get;}
    See Also