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


Style.SharedProperties Property

Gets a StyleProperties collection that contains the properties shared by all report item instances that are derived from the same report item in the definition.

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

Синтаксис

'Декларация
Public Overrides ReadOnly Property SharedProperties As StyleProperties
public override StyleProperties SharedProperties { get; }
public:
virtual property StyleProperties^ SharedProperties {
    StyleProperties^ get () override;
}
/** @property */
public StyleProperties get_SharedProperties ()
public override function get SharedProperties () : StyleProperties

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

A StyleProperties object containing a collection of the properties shared by all report items that are derived from the same report item in the definition.

Замечания

Добавления:5 декабря 2005 г.

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

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