共用方式為


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 命名空間