Freigeben über


Style.NonSharedProperties-Eigenschaft

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 
    Get
'Usage
Dim instance As Style 
Dim value As StyleProperties 

value = instance.NonSharedProperties
public override StyleProperties NonSharedProperties { get; }
public:
virtual property StyleProperties^ NonSharedProperties {
    StyleProperties^ get () override;
}
abstract NonSharedProperties : StyleProperties 
override NonSharedProperties : StyleProperties
override function get NonSharedProperties () : StyleProperties

Eigenschaftswert

Typ: Microsoft.ReportingServices.ReportRendering.StyleProperties
A StylePropertiesobject containing a collection of the properties that are different for each report item due to expressions.

Siehe auch

Verweis

Style Klasse

Microsoft.ReportingServices.ReportRendering-Namespace