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


Свойство Style.TextDecoration

Gets an expression that evaluates to the special text formatting.

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

Синтаксис

'Декларация
Public Overrides ReadOnly Property TextDecoration As ReportEnumProperty(Of TextDecorations)
    Get
'Применение
Dim instance As Style 
Dim value As ReportEnumProperty(Of TextDecorations)

value = instance.TextDecoration
public override ReportEnumProperty<TextDecorations> TextDecoration { get; }
public:
virtual property ReportEnumProperty<TextDecorations>^ TextDecoration {
    ReportEnumProperty<TextDecorations>^ get () override;
}
abstract TextDecoration : ReportEnumProperty<TextDecorations>
override TextDecoration : ReportEnumProperty<TextDecorations>
override function get TextDecoration () : ReportEnumProperty<TextDecorations>

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

Тип: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<TextDecorations>
A ReportEnumProperty<EnumType> object that represents the special text formatting.

См. также

Справочник

Style Класс

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