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.
Namespace: Microsoft.ReportingServices.ReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (in microsoft.reportingservices.processingcore.dll)
Syntax
'Declaration
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
Eigenschaftswert
A StylePropertiesobject containing a collection of the properties that are different for each report item due to expressions.
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