Gets or sets the values that can be chosen as parameter values.
            
    Namespace: 
   PerpetuumSoft.ReportingServices.Viewer.ClientAssembly: PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.0
Syntax
| C# | 
|---|
public List<ValidValue> ValidValues { get; set; }  | 
| Visual Basic (Declaration) | 
|---|
Public Property ValidValues As List(Of ValidValue)  | 
| Visual C++ | 
|---|
public: property List<ValidValue^>^ ValidValues { List<ValidValue^>^ get (); void set (List<ValidValue^>^ value); }  |