Свойство StyleBase.Count

Gets the number of style properties in the collection.

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

Синтаксис

'Декларация
Public Overridable ReadOnly Property Count As Integer 
    Get
'Применение
Dim instance As StyleBase 
Dim value As Integer 

value = instance.Count
public virtual int Count { get; }
public:
virtual property int Count {
    int get ();
}
abstract Count : int 
override Count : int
function get Count () : int

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

Тип: System.Int32
An integer containing the number of style properties in the collection.

См. также

Справочник

StyleBase Класс

Пространство имен Microsoft.ReportingServices.ReportRendering