次の方法で共有


TextRun._TextDecoration プロパティ

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

指定したテキストの TextDecorations を取得します。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public ReadOnly Property _TextDecoration As TextDecorations 
    Get
'使用
Dim instance As TextRun 
Dim value As TextDecorations 

value = instance._TextDecoration
public TextDecorations _TextDecoration { get; }
public:
property TextDecorations _TextDecoration {
    TextDecorations get ();
}
member _TextDecoration : TextDecorations
function get _TextDecoration () : TextDecorations

プロパティ値

型: Microsoft.ReportingServices.RdlObjectModel.TextDecorations
TextDecorations オブジェクト。

関連項目

参照

TextRun クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間