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

Namespace:  PerpetuumSoft.ReportingServices.Viewer.Server
Assembly:  PerpetuumSoft.ReportingServices.Viewer.Server (in PerpetuumSoft.ReportingServices.Viewer.Server.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public bool PromptUser { get; set; }
Visual Basic (Declaration)
Public Property PromptUser As Boolean
Visual C++
public:
property bool PromptUser {
	bool get ();
	void set (bool value);
}

Remarks

Report parameters that contain a value of false for the PromptUser property cannot be submitted as input arguments. In case if you submit a value for the parameter the error is returned.

See Also