次の方法で共有


StyleInstance.TextDecoration プロパティ

Style クラスの TextDecoration プロパティの計算値を取得します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public Overrides Property TextDecoration As TextDecorations 
    Get 
    Set
'使用
Dim instance As StyleInstance 
Dim value As TextDecorations 

value = instance.TextDecoration

instance.TextDecoration = value
public override TextDecorations TextDecoration { get; set; }
public:
virtual property TextDecorations TextDecoration {
    TextDecorations get () override;
    void set (TextDecorations value) override;
}
abstract TextDecoration : TextDecorations with get, set 
override TextDecoration : TextDecorations with get, set
override function get TextDecoration () : TextDecorations 
override function set TextDecoration (value : TextDecorations)

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.TextDecorations
TextDecoration プロパティの計算値を表す TextDecorations 値。

関連項目

参照

StyleInstance クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間