Свойство GaugePanelObjectCollectionBase<T>.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 GaugePanelObjectCollectionBase
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
The number of items in the collection.
См. также
Справочник
GaugePanelObjectCollectionBase<T> Класс
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering