Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / TablixCorner Class / Rows Property

In This Topic
    Rows Property (TablixCorner)
    In This Topic
    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.
    Syntax
    'Declaration
     
    Public ReadOnly Property Rows As TablixCornerRows
    public TablixCornerRows Rows {get;}
    See Also