IReportViewerMessages2.ParameterMissingValueError Method (String)

 

Returns the error text to display when a report parameter has not been specified.

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

Syntax

string ParameterMissingValueError(
    string parameterPrompt
)
String^ ParameterMissingValueError(
    String^ parameterPrompt
)
abstract ParameterMissingValueError : 
        parameterPrompt:string -> string
Function ParameterMissingValueError (
    parameterPrompt As String
) As String

Parameters

  • parameterPrompt
    Type: System.String

    The prompt value that identifies which report parameter has not been specified.

Return Value

Type: System.String

Returns a String that contains the error text to display when a report parameter has not been specified.

See Also

IReportViewerMessages2 Interface
Microsoft.Reporting.WinForms Namespace

Return to top