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

public string Prompt { get; }
public:
property String^ Prompt {
    String^ get();
}
member Prompt : string with get
Public ReadOnly Property Prompt As String

Property Value

Type: System.String

A String containing the text of the prompt.

Remarks

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

See Also

ReportParameterInfo Class
Microsoft.Reporting.WinForms Namespace

Return to top