Propriété ReportParameterInfo.ErrorMessage
Obtient un message d'erreur renvoyé en cas d'échec de validation du paramètre. En lecture seule.
Espace de noms : Microsoft.Reporting.WebForms
Assembly : Microsoft.ReportViewer.WebForms (en Microsoft.ReportViewer.WebForms.dll)
Syntaxe
'Déclaration
Public ReadOnly Property ErrorMessage As String
Get
'Utilisation
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
Valeur de propriété
Type : System.String
Valeur string en lecture seule qui contient le texte du message d'erreur.