Gets an expression that evaluates to the special text formatting.
命名空間: Microsoft.ReportingServices.OnDemandReportRendering
組件: Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)
語法
'宣告
Public MustOverride ReadOnly Property TextDecoration As ReportEnumProperty(Of TextDecorations)
Get
'用途
Dim instance As StyleBase
Dim value As ReportEnumProperty(Of TextDecorations)
value = instance.TextDecoration
public abstract ReportEnumProperty<TextDecorations> TextDecoration { get; }
public:
virtual property ReportEnumProperty<TextDecorations>^ TextDecoration {
ReportEnumProperty<TextDecorations>^ get () abstract;
}
abstract TextDecoration : ReportEnumProperty<TextDecorations>
abstract function get TextDecoration () : ReportEnumProperty<TextDecorations>
屬性值
型別:Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<TextDecorations>
A ReportEnumProperty<EnumType> object that represents the special text formatting.