Partilhar via


Propriedade ReportParameterInfo.Prompt

The text that prompts the user to provide parameter values.

Namespace:  Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (em Microsoft.ReportViewer.WinForms.dll)

Sintaxe

'Declaração
Public ReadOnly Property Prompt As String
public string Prompt { get; }
public:
property String^ Prompt {
    String^ get ();
}
member Prompt : string with get
function get Prompt () : String

Valor de propriedade

Tipo: String
A String containing the text of the prompt.

Comentários

The default value for the Prompt property is retrieved from the report definition.

Consulte também

Referência

ReportParameterInfo Classe

Namespace Microsoft.Reporting.WinForms