Indicates if the parameter can be a multivalue 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 MultiValue { get; set; }
Visual Basic (Declaration)
Public Property MultiValue As Boolean
Visual C++
public:
property bool MultiValue {
	bool get ();
	void set (bool value);
}

See Also