Поделиться через


Свойство StyleInstance.StyleAttributes

Gets the calculated value of the NonSharedStyleAttributes property in a Style class.

Пространство имен:  Microsoft.ReportingServices.OnDemandReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public Overrides ReadOnly Property StyleAttributes As List(Of StyleAttributeNames)
    Get
'Применение
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>

Значение свойства

Тип: System.Collections.Generic.List<StyleAttributeNames>
A [System.Collections.Generic.List`1] that contains StyleAttributeNames specific to this instance.

См. также

Справочник

StyleInstance Класс

Пространство имен Microsoft.ReportingServices.OnDemandReportRendering