Share via


ReportViewer.WaitMessageFont 屬性

取得在執行報表時所顯示之訊息的字型。

命名空間:  Microsoft.Reporting.WebForms
組件:  Microsoft.ReportViewer.WebForms (在 Microsoft.ReportViewer.WebForms.dll 中)

語法

'宣告
Public ReadOnly Property WaitMessageFont As FontInfo
public FontInfo WaitMessageFont { get; }
public:
property FontInfo^ WaitMessageFont {
    FontInfo^ get ();
}
member WaitMessageFont : FontInfo with get
function get WaitMessageFont () : FontInfo

屬性值

類型:FontInfo
包含字型值的 FontInfo 物件。預設字型是 14 點的 Verdana。

請參閱

參考

ReportViewer 類別

Microsoft.Reporting.WebForms 命名空間