Compartir a través de


ReportParameter.ErrorMessage Propiedad

An error message, returned when the parameter has failed validation.

Espacio de nombres:  ReportExecution2005
Ensamblado:  ReportExecution2005 (en ReportExecution2005.dll)

Sintaxis

'Declaración
Public Property ErrorMessage As String 
    Get 
    Set
'Uso
Dim instance As ReportParameter 
Dim value As String 

value = instance.ErrorMessage

instance.ErrorMessage = value
public string ErrorMessage { get; set; }
public:
property String^ ErrorMessage {
    String^ get ();
    void set (String^ value);
}
member ErrorMessage : string with get, set
function get ErrorMessage () : String 
function set ErrorMessage (value : String)

Valor de la propiedad

Tipo: System.String
A read-only String containing the text of the error message.

Vea también

Referencia

ReportParameter Clase

Espacio de nombres ReportExecution2005