次の方法で共有


ReportViewer.WaitMessageFont プロパティ

レポートの実行中に表示されるメッセージのフォントを取得します。

名前空間:  Microsoft.Reporting.WebForms
アセンブリ:  Microsoft.ReportViewer.WebForms (Microsoft.ReportViewer.WebForms.dll)

構文

'宣言
Public ReadOnly Property WaitMessageFont As FontInfo
    Get
'使用
Dim instance As ReportViewer
Dim value As FontInfo

value = instance.WaitMessageFont
public FontInfo WaitMessageFont { get; }
public:
property FontInfo^ WaitMessageFont {
    FontInfo^ get ();
}
member WaitMessageFont : FontInfo
function get WaitMessageFont () : FontInfo

プロパティ値

型: System.Web.UI.WebControls.FontInfo
フォント値を含んでいる FontInfo オブジェクト。既定のフォントは 14 ポイントの Verdana です。

関連項目

参照

ReportViewer クラス

Microsoft.Reporting.WebForms 名前空間