Freigeben über


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.

Namespace: Microsoft.ReportingServices.ReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (in microsoft.reportingservices.processingcore.dll)

Syntax

'Declaration
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

Eigenschaftswert

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.

Hinweise

Neu:05. Dezember 2005

Threadsicherheit

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.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

Style Class
Style Members
Microsoft.ReportingServices.ReportRendering Namespace