Udostępnij przez


Właściwość StyleInstance.StyleAttributes

Pobiera wartość obliczoną NonSharedStyleAttributes właściwość w Style klasy

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public Overrides ReadOnly Property StyleAttributes As List(Of StyleAttributeNames)
    Get
'Użycie
Dim instance As StyleInstance
Dim value As List(Of StyleAttributeNames)

value = instance.StyleAttributes
public override List<StyleAttributeNames> StyleAttributes { get; }
public:
virtual property List<StyleAttributeNames>^ StyleAttributes {
    List<StyleAttributeNames>^ get () override;
}
abstract StyleAttributes : List<StyleAttributeNames>
override StyleAttributes : List<StyleAttributeNames>
override function get StyleAttributes () : List<StyleAttributeNames>

Wartość właściwości

Typ: System.Collections.Generic.List<StyleAttributeNames>
A [System.Collections.Generic.List`1] zawiera StyleAttributeNames dla tego wystąpienie.