Compartilhar via


Propriedade do RDL ItemParameter.ValidValues

Gets or sets the available ValidValue objects for the parameter.

Namespace:  ReportService2010
Assembly:  ReportService2010 (em ReportService2010.dll)

Sintaxe

'Declaração
Public Property ValidValues As ValidValue()
    Get 
    Set
'Uso
Dim instance As ItemParameter 
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 da propriedade

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

Comentários

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

Consulte também

Referência

ItemParameter Classe

Namespace ReportService2010