Share via


ReportParameterInfo.ErrorMessage Property

Gets an error message returned when the parameter has failed validation. Read-only.

Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)

Syntax

'Declaration
Public ReadOnly Property ErrorMessage As String
'Usage
Dim instance As ReportParameterInfo
Dim value As String

value = instance.ErrorMessage
public string ErrorMessage { get; }
public:
property String^ ErrorMessage {
    String^ get ();
}
/** @property */
public String get_ErrorMessage ()
public function get ErrorMessage () : String

Property Value

A read-only string containing the text of the error message.

See Also

Reference

ReportParameterInfo Class
ReportParameterInfo Members
Microsoft.Reporting.WebForms Namespace