ReportViewer.WaitMessageFont Property
Gets the font for the message that is displayed while the report is being executed.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)
Syntax
'Declaration
<CategoryAttribute("Appearance")> _
Public ReadOnly Property WaitMessageFont As FontInfo
'Usage
Dim instance As ReportViewer
Dim value As FontInfo
value = instance.WaitMessageFont
[CategoryAttribute("Appearance")]
public FontInfo WaitMessageFont { get; }
[CategoryAttribute(L"Appearance")]
public:
property FontInfo^ WaitMessageFont {
FontInfo^ get ();
}
/** @property */
public FontInfo get_WaitMessageFont ()
public function get WaitMessageFont () : FontInfo
Property Value
A FontInfo object containing the font value. The default font is 14-point Verdana.
See Also
Reference
ReportViewer Class
ReportViewer Members
Microsoft.Reporting.WebForms Namespace