Partilhar via


Propriedade do RDL DataCellCollection.RowCount

Returns the number of rows in the data cell array.

Namespace:  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public ReadOnly Property RowCount As Integer 
    Get
'Uso
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

Valor da propriedade

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

Consulte também

Referência

DataCellCollection Classe

Namespace Microsoft.ReportingServices.ReportRendering