Partager via


Propriété DataCellCollection.RowCount

Returns the number of rows in the data cell array.

Espace de noms :  Microsoft.ReportingServices.ReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property RowCount As Integer 
    Get
'Utilisation
Dim instance As DataCellCollection 
Dim value As Integer 

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

Valeur de propriété

Type : System.Int32
An integer containing the number of rows in the data cell array.

Voir aussi

Référence

DataCellCollection Classe

Espace de noms Microsoft.ReportingServices.ReportRendering