Partager via


Propriété Prompt

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

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Prompt As ReportStringProperty
    Get
'Utilisation
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