Partilhar via


Método IReportViewerMessages2.ParameterMissingSelectionError

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 (em Microsoft.ReportViewer.WinForms.dll)

Sintaxe

'Declaração
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

Parâmetros

  • parameterPrompt
    Tipo: String
    The prompt value that identifies which report parameter has not been specified.

Valor de retorno

Tipo: String
Returns a String that contains the error text to display when a selection has not been made for a multivalue report parameter.

Consulte também

Referência

IReportViewerMessages2 Interface

Namespace Microsoft.Reporting.WinForms