ReportParameter.Prompt Property

Definition

Gets or sets the text that prompts the user for parameter values.

public:
 property System::String ^ Prompt { System::String ^ get(); void set(System::String ^ value); };
public string Prompt { get; set; }
member this.Prompt : string with get, set
Public Property Prompt As String

Property Value

A String value that contains the text that prompts the user for parameter values.

Remarks

If the PromptUser property is true and the Prompt property has no value, the parameter will be treated as a hidden parameter, and the user will not be prompted for a parameter value for interactive rendering or for configuring standard subscriptions. A hidden parameter can be specified even though it is not shown to the user.

Applies to