Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the error text to display when a report parameter has not been specified.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)
Syntax
string ParameterMissingValueError(
string parameterPrompt
)
String^ ParameterMissingValueError(
String^ parameterPrompt
)
abstract ParameterMissingValueError :
parameterPrompt:string -> string
Function ParameterMissingValueError (
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 report parameter has not been specified.
See Also
IReportViewerMessages2 Interface
Microsoft.Reporting.WinForms Namespace
Return to top