Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the list of valid parameter values.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property ParameterValues As IList(Of ParameterValue)
Get
Set
'Usage
Dim instance As ValidValues
Dim value As IList(Of ParameterValue)
value = instance.ParameterValues
instance.ParameterValues = value
public IList<ParameterValue> ParameterValues { get; set; }
public:
property IList<ParameterValue^>^ ParameterValues {
IList<ParameterValue^>^ get ();
void set (IList<ParameterValue^>^ value);
}
member ParameterValues : IList<ParameterValue> with get, set
function get ParameterValues () : IList<ParameterValue>
function set ParameterValues (value : IList<ParameterValue>)
Property Value
Type: System.Collections.Generic.IList<ParameterValue>
The list of valid parameter values.