IReportViewerMessages2.ParameterMissingSelectionError Method
Returns the error text to display when a selection has not been made for a multivalue report parameter.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)
Syntax
'Declaration
Function ParameterMissingSelectionError ( _
parameterPrompt As String _
) As String
'Usage
Dim instance As IReportViewerMessages2
Dim parameterPrompt As String
Dim returnValue As String
returnValue = instance.ParameterMissingSelectionError(parameterPrompt)
string ParameterMissingSelectionError (
string parameterPrompt
)
String^ ParameterMissingSelectionError (
String^ parameterPrompt
)
String ParameterMissingSelectionError (
String parameterPrompt
)
function ParameterMissingSelectionError (
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 selection has not been made for a multivalue report parameter.
See Also
Reference
IReportViewerMessages2 Interface
IReportViewerMessages2 Members
Microsoft.Reporting.WebForms Namespace