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


Свойство StyleBaseInstance.StyleAttributes

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

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

Синтаксис

'Декларация
Public MustOverride ReadOnly Property StyleAttributes As List(Of StyleAttributeNames)
    Get
'Применение
Dim instance As StyleBaseInstance 
Dim value As List(Of StyleAttributeNames)

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

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

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

См. также

Справочник

StyleBaseInstance Класс

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