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 磅宋体。

请参阅

参考

ReportViewer 类

Microsoft.Reporting.WebForms 命名空间