ActiveReports 12
TablixCornerRows Property

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > TablixCorner Class : TablixCornerRows Property
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

Reference

TablixCorner Class
TablixCorner Members