Metoda IReportViewerMessages2.ParameterMissingSelectionError —
Returns the error text to display when a selection has not been made for a multivalue report parameter.
Przestrzeń nazw: Microsoft.Reporting.WebForms
Zestaw: Microsoft.ReportViewer.WebForms (w Microsoft.ReportViewer.WebForms.dll)
Składnia
'Deklaracja
Function ParameterMissingSelectionError ( _
parameterPrompt As String _
) As String
string ParameterMissingSelectionError(
string parameterPrompt
)
String^ ParameterMissingSelectionError(
String^ parameterPrompt
)
abstract ParameterMissingSelectionError :
parameterPrompt:string -> string
function ParameterMissingSelectionError(
parameterPrompt : String
) : String
Parametry
- parameterPrompt
Typ: String
The prompt value that identifies which report parameter has not been specified.
Wartość zwracana
Typ: String
Returns a String that contains the error text to display when a selection has not been made for a multivalue report parameter.