Свойство Count
Gets the number of data values in the collection.
Пространство имен: Microsoft.ReportingServices.ReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public ReadOnly Property Count As Integer
Get
'Применение
Dim instance As DataValueCollection
Dim value As Integer
value = instance.Count
public int Count { get; }
public:
property int Count {
int get ();
}
member Count : int
function get Count () : int
Значение свойства
Тип: System. . :: . .Int32
An integer value containing the number of data values in the collection.
См. также