Свойство RowCount

Returns the number of rows in the data cell array.

Пространство имен:  Microsoft.ReportingServices.ReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public ReadOnly Property RowCount As Integer
    Get
'Применение
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

Значение свойства

Тип: System. . :: . .Int32
An integer containing the number of rows in the data cell array.