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>