共用方式為


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 命名空間