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


Style.NonSharedProperties Property

Gets a StyleProperties collection that contains the properties that may be different for each instance of the report item due to expressions.

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

Синтаксис

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

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

A StylePropertiesobject containing a collection of the properties that are different for each report item due to expressions.

Замечания

Добавления: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