ReportParameterInfo.ErrorMessage 屬性
取得當參數驗證失敗時傳回的錯誤訊息。唯讀。
命名空間: Microsoft.Reporting.WebForms
組件: Microsoft.ReportViewer.WebForms (在 Microsoft.ReportViewer.WebForms.dll 中)
語法
'宣告
Public ReadOnly Property ErrorMessage As String
Get
'用途
Dim instance As ReportParameterInfo
Dim value As String
value = instance.ErrorMessage
public string ErrorMessage { get; }
public:
property String^ ErrorMessage {
String^ get ();
}
member ErrorMessage : string
function get ErrorMessage () : String
屬性值
型別:System.String
包含錯誤訊息文字的唯讀 string。