Udostępnij przez


Właściwość StyleBase.SharedProperties

Pobiera lub ustawia właściwości wspólne dla wszystkich elementów raportu pochodzących z tego samego element raportu w definicji.

Przestrzeń nazw:  Microsoft.ReportingServices.ReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public Overridable Property SharedProperties As StyleProperties
    Get
    Set
'Użycie
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)