Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets or sets the list of valid parameter values.
Espacio de nombres: Microsoft.ReportingServices.RdlObjectModel
Ensamblado: Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxis
'Declaración
Public Property ParameterValues As IList(Of ParameterValue)
Get
Set
'Uso
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>)
Valor de la propiedad
Tipo: System.Collections.Generic.IList<ParameterValue>
The list of valid parameter values.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.RdlObjectModel