Propriedade do RDL Rows
Number of rows in the tablix (equals the number of leaf-members in the row hierarchy).
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: System. . :: . .Int32
An int value.
Consulte também