ReportViewer.WaitMessageFont-Eigenschaft
Ruft die Schriftart für die Meldung ab, die während der Ausführung des Berichts angezeigt wird.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in Microsoft.ReportViewer.WebForms.dll)
Syntax
'Declaration
Public ReadOnly Property WaitMessageFont As FontInfo
Get
'Usage
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
Eigenschaftswert
Typ: System.Web.UI.WebControls.FontInfo
Ein FontInfo-Objekt, das den Schriftartenwert enthält. Die Standardschriftart ist Verdana, 14 Punkt.