Compartir a través de


ReportParameter.Prompt Propiedad

Gets the message to display to a user when asking for parameter values.

Espacio de nombres:  Microsoft.ReportingServices.ReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property Prompt As String 
    Get
'Uso
Dim instance As ReportParameter 
Dim value As String 

value = instance.Prompt
public string Prompt { get; }
public:
property String^ Prompt {
    String^ get ();
}
member Prompt : string
function get Prompt () : String

Valor de la propiedad

Tipo: System.String
A string containing the message to display to the user when the value for the parameters are requested.

Vea también

Referencia

ReportParameter Clase

Espacio de nombres Microsoft.ReportingServices.ReportRendering