다음을 통해 공유


Warning.Message 속성

오류 또는 경고를 설명하는 메시지를 가져옵니다. 읽기 전용입니다.

네임스페이스:  Microsoft.Reporting.WebForms
어셈블리:  Microsoft.ReportViewer.WebForms(Microsoft.ReportViewer.WebForms.dll)

구문

‘선언
Public ReadOnly Property Message As String
    Get
‘사용 방법
Dim instance As Warning
Dim value As String

value = instance.Message
public string Message { get; }
public:
property String^ Message {
    String^ get ();
}
member Message : string
function get Message () : String

속성 값

유형: System.String
읽기 전용 string

참고 항목

참조

Warning 클래스

Microsoft.Reporting.WebForms 네임스페이스