Gets the TablixCornerRows collection containing the list of rows in the corner section of the Tablix. There must be as many TablixCornerRow elements as there are unique total heights (sum of sizes of tablix headers of the member and all ancestor members) of TablixMembers in the tablix column hierarchy.

Namespace:  C1.C1Rdl.Rdl2008
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public TablixCornerRows Rows { get; }
Visual Basic
Public ReadOnly Property Rows As TablixCornerRows
	Get

See Also