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 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
Get
'Usage
Dim instance As Style
Dim value As StyleProperties
value = instance.SharedProperties
public override StyleProperties SharedProperties { get; }
public:
virtual property StyleProperties^ SharedProperties {
StyleProperties^ get () override;
}
abstract SharedProperties : StyleProperties
override SharedProperties : StyleProperties
override function get SharedProperties () : StyleProperties
Property Value
Type: Microsoft.ReportingServices.ReportRendering.StyleProperties
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.