Compartir a través de


ReportParameter.Prompt Propiedad

Gets an expression that evaluates to the user prompt to display when asking for parameter values.

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

Sintaxis

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

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

Valor de la propiedad

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
A ReportStringProperty object.

Vea también

Referencia

ReportParameter Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering