Свойство StyleBase.SharedProperties

Gets or sets the properties shared by all report items derived from the same report item in the definition.

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

Синтаксис

'Декларация
Public Overridable Property SharedProperties As StyleProperties 
    Get 
    Set
'Применение
Dim instance As StyleBase 
Dim value As StyleProperties 

value = instance.SharedProperties

instance.SharedProperties = value
public virtual StyleProperties SharedProperties { get; set; }
public:
virtual property StyleProperties^ SharedProperties {
    StyleProperties^ get ();
    void set (StyleProperties^ value);
}
abstract SharedProperties : StyleProperties with get, set 
override SharedProperties : StyleProperties with get, set
function get SharedProperties () : StyleProperties 
function set SharedProperties (value : StyleProperties)

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

Тип: Microsoft.ReportingServices.ReportRendering.StyleProperties
A StyleProperties collection.

См. также

Справочник

StyleBase Класс

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