Del via


Tablix.Rows Property

Number of rows in the tablix (equals the number of leaf-members in the row hierarchy).

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property Rows As Integer
    Get
'Usage
Dim instance As Tablix
Dim value As Integer

value = instance.Rows
public int Rows { get; }
public:
property int Rows {
    int get ();
}
member Rows : int
function get Rows () : int

Property Value

Type: System.Int32
An int value.