Share via


ReportParameterInfo.Prompt Property

The text that prompts the user to provide parameter values.

Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.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.WinForms Namespace