Поделиться через


Style.Count Property

Number of style properties in the collection.

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

Синтаксис

'Декларация
Public Overrides ReadOnly Property Count As Integer
public override int Count { get; }
public:
virtual property int Count {
    int get () override;
}
/** @property */
public int get_Count ()
public override function get Count () : int

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

An integer containing the number of style properties found in the collection.

Синхронизация потоков

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

Style Class
Style Members
Microsoft.ReportingServices.ReportRendering Namespace