Share via


ReportParameterInfo.ErrorMessage Property

 

Gets the error message that is returned when the parameter fails validation. Read-only.

Namespace:   Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)

Syntax

public string ErrorMessage { get; }
public:
property String^ ErrorMessage {
    String^ get();
}
member ErrorMessage : string with get
Public ReadOnly Property ErrorMessage As String

Property Value

Type: System.String

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

See Also

ReportParameterInfo Class
Microsoft.Reporting.WinForms Namespace

Return to top