ReportParameterInfo.ErrorMessage 屬性

 

發佈時間: 2016年4月

取得參數驗證失敗時所傳回的錯誤訊息。唯讀。

命名空間:   Microsoft.Reporting.WinForms
組件:  Microsoft.ReportViewer.WinForms (在 Microsoft.ReportViewer.WinForms.dll 中)

語法

public string ErrorMessage { get; }
public:
property String^ ErrorMessage {
    String^ get();
}
member ErrorMessage : string with get
Public ReadOnly Property ErrorMessage As String

屬性值

Type: System.String

包含錯誤訊息文字的唯讀 String

請參閱

ReportParameterInfo 類別
Microsoft.Reporting.WinForms 命名空間

回到頁首