Compartilhar via


Propriedade do RDL ReportParameter.Prompt

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

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

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

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

Consulte também

Referência

ReportParameter Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering