StyleBase.TextDecoration プロパティ
特別なテキストの形式に評価される式を取得します。
名前空間: 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>
特別なテキストの形式を表す ReportEnumProperty<EnumType> オブジェクト。