Propriedade ReportParameterInfo.ErrorMessage
Gets the error message that is returned when the parameter fails validation. Read-only.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (em Microsoft.ReportViewer.WinForms.dll)
Sintaxe
'Declaração
Public ReadOnly Property ErrorMessage As String
public string ErrorMessage { get; }
public:
property String^ ErrorMessage {
String^ get ();
}
member ErrorMessage : string with get
function get ErrorMessage () : String
Valor de propriedade
Tipo: String
A read-only String containing the text of the error message.