Propriedade ReportParameterInfo.ErrorMessage
Gets an error message returned when the parameter has failed validation. Read-only.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (em Microsoft.ReportViewer.WebForms.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.