Metoda IReportViewerMessages2.ParameterMissingValueError —
Returns the error text to display when the value for a report parameter has not been specified.
Przestrzeń nazw: Microsoft.Reporting.WebForms
Zestaw: Microsoft.ReportViewer.WebForms (w Microsoft.ReportViewer.WebForms.dll)
Składnia
'Deklaracja
Function ParameterMissingValueError ( _
parameterPrompt As String _
) As String
string ParameterMissingValueError(
string parameterPrompt
)
String^ ParameterMissingValueError(
String^ parameterPrompt
)
abstract ParameterMissingValueError :
parameterPrompt:string -> string
function ParameterMissingValueError(
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 report parameter has not been specified.