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

In This Topic
    Rows Property (TablixBody)
    In This Topic
    Gets the TablixRows collection defining the list of rows in the body section of the Tablix.
    Syntax
    'Declaration
     
    Public ReadOnly Property Rows As TablixRows
    public TablixRows Rows {get;}
    See Also