Compartir a través de


ReportParameter.ValidValues Propiedad

Gets or sets the available ValidValue objects for the parameter.

Espacio de nombres:  ReportService2006
Ensamblado:  ReportService2006 (en ReportService2006.dll)

Sintaxis

'Declaración
Public Property ValidValues As ValidValue()
    Get 
    Set
'Uso
Dim instance As ReportParameter 
Dim value As ValidValue()

value = instance.ValidValues

instance.ValidValues = value
public ValidValue[] ValidValues { get; set; }
public:
property array<ValidValue^>^ ValidValues {
    array<ValidValue^>^ get ();
    void set (array<ValidValue^>^ value);
}
member ValidValues : ValidValue[] with get, set
function get ValidValues () : ValidValue[]
function set ValidValues (value : ValidValue[])

Valor de la propiedad

Tipo: array<ReportService2006.ValidValue[]
An array of ValidValue objects.

Comentarios

This property supplies a list of valid values from which the user must select a property value.

Vea también

Referencia

ReportParameter Clase

Espacio de nombres ReportService2006