다음을 통해 공유


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 개체. 기본 글꼴은 굴림, 14pt입니다.

참고 항목

참조

ReportViewer 클래스

Microsoft.Reporting.WebForms 네임스페이스