Indicates whether the report requires parameter values to be supplied.

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 ParametersRequired { get; set; }
Visual Basic (Declaration)
Public Property ParametersRequired As Boolean
Visual C++
public:
property bool ParametersRequired {
	bool get ();
	void set (bool value);
}

See Also