The available valid values for a 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 ValidValue[] ValidValues { get; set; }
Visual Basic (Declaration)
Public Property ValidValues As ValidValue()
Visual C++
public:
property array<ValidValue^>^ ValidValues {
	array<ValidValue^>^ get ();
	void set (array<ValidValue^>^ value);
}

See Also