Compartir a través de


Rows Propiedad

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

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property Rows As Integer
    Get
'Uso
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

Valor de la propiedad

Tipo: System. . :: . .Int32
An int value.