Propriété Rows
Number of rows in the tablix (equals the number of leaf-members in the row hierarchy).
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Rows As Integer
Get
'Utilisation
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
Valeur de propriété
Type : System. . :: . .Int32
An int value.
Voir aussi