Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates whether the user is prompted for the value of the parameter.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.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.WinForms Namespace