IReportViewerMessages2.ParameterMissingSelectionError Method (String)
Returns the error text to display when a selection has not been made for a multivalue report parameter.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)
Syntax
string ParameterMissingSelectionError(
string parameterPrompt
)
String^ ParameterMissingSelectionError(
String^ parameterPrompt
)
abstract ParameterMissingSelectionError :
parameterPrompt:string -> string
Function ParameterMissingSelectionError (
parameterPrompt As String
) As String
Parameters
parameterPrompt
Type: System.StringThe 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 selection has not been made for a multivalue report parameter.
See Also
IReportViewerMessages2 Interface
Microsoft.Reporting.WinForms Namespace
Return to top