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
public bool PromptUser { get; }
public:
property bool PromptUser {
bool get();
}
member PromptUser : bool with get
Public ReadOnly Property PromptUser As Boolean
Property Value
Type: System.Boolean
A read-only Boolean value.
See Also
ReportParameterInfo Class
Microsoft.Reporting.WinForms Namespace
Return to top