IReportViewerMessages2.ParameterMissingValueError Method

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

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

Syntax

'Declaration
Function ParameterMissingValueError ( _
    parameterPrompt As String _
) As String
'Usage
Dim instance As IReportViewerMessages2
Dim parameterPrompt As String
Dim returnValue As String

returnValue = instance.ParameterMissingValueError(parameterPrompt)
string ParameterMissingValueError (
    string parameterPrompt
)
String^ ParameterMissingValueError (
    String^ parameterPrompt
)
String ParameterMissingValueError (
    String parameterPrompt
)
function ParameterMissingValueError (
    parameterPrompt : String
) : String

Parameters

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

Return Value

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

See Also

Reference

IReportViewerMessages2 Interface
IReportViewerMessages2 Members
Microsoft.Reporting.WebForms Namespace