次の方法で共有


TextRun._FontSize プロパティ

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

指定したテキストのフォント サイズを取得します。

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

構文

'宣言
Public ReadOnly Property _FontSize As ReportSize 
    Get
'使用
Dim instance As TextRun 
Dim value As ReportSize 

value = instance._FontSize
public ReportSize _FontSize { get; }
public:
property ReportSize _FontSize {
    ReportSize get ();
}
member _FontSize : ReportSize
function get _FontSize () : ReportSize

プロパティ値

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

関連項目

参照

TextRun クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間