Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
Property Value
Type: Microsoft.ReportingServices.ReportRendering.StyleProperties
A StylePropertiesobject containing a collection of the properties that are different for each report item due to expressions.