Share via


ReportParameterInfo.Prompt Property

The text that prompts the user to provide parameter values.

Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)

Syntax

'Declaration
Public ReadOnly Property Prompt As String
'Usage
Dim instance As ReportParameterInfo
Dim value As String

value = instance.Prompt
public string Prompt { get; }
public:
property String^ Prompt {
    String^ get ();
}
/** @property */
public String get_Prompt ()
public function get Prompt () : String

Property Value

A string containing the text of the prompt.

Remarks

The default value for the Prompt property is retrieved from the report definition.

See Also

Reference

ReportParameterInfo Class
ReportParameterInfo Members
Microsoft.Reporting.WebForms Namespace