Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets a list of style attributes that are not shared between instance objects.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property NonSharedStyleAttributes As List(Of StyleAttributeNames)
Get
'Usage
Dim instance As Style
Dim value As List(Of StyleAttributeNames)
value = instance.NonSharedStyleAttributes
public override List<StyleAttributeNames> NonSharedStyleAttributes { get; }
public:
virtual property List<StyleAttributeNames>^ NonSharedStyleAttributes {
List<StyleAttributeNames>^ get () override;
}
abstract NonSharedStyleAttributes : List<StyleAttributeNames>
override NonSharedStyleAttributes : List<StyleAttributeNames>
override function get NonSharedStyleAttributes () : List<StyleAttributeNames>
Eigenschaftswert
Typ: System.Collections.Generic.List<StyleAttributeNames>
A List object that represents a list of style attributes that are not shared between instance objects.
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace