Share via


ReportParameterInfo.PromptUser Property

Indicates whether the user is prompted for the value of the parameter.

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

Syntax

'Declaration
Public ReadOnly Property PromptUser As Boolean
'Usage
Dim instance As ReportParameterInfo
Dim value As Boolean

value = instance.PromptUser
public bool PromptUser { get; }
public:
property bool PromptUser {
    bool get ();
}
/** @property */
public boolean get_PromptUser ()
public function get PromptUser () : boolean

Property Value

A read-only Boolean value.

See Also

Reference

ReportParameterInfo Class
ReportParameterInfo Members
Microsoft.Reporting.WebForms Namespace