Свойство ChartObjectCollectionBase<T, U>.Count
Gets the number of items in the collection.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public MustOverride ReadOnly Property Count As Integer
Get
'Применение
Dim instance As ChartObjectCollectionBase
Dim value As Integer
value = instance.Count
public abstract int Count { get; }
public:
virtual property int Count {
int get () abstract;
}
abstract Count : int
abstract function get Count () : int
Значение свойства
Тип: System.Int32
An int value that represents the number of items in the collection.
См. также
Справочник
ChartObjectCollectionBase<T, U> Класс
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering