Partilhar via


Propriedade do RDL 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