Partager via


Propriété ValidValues

The available valid values for the parameter. Read-only.

Espace de noms :  ReportExecution2005
Assembly :  ReportExecution2005 (en ReportExecution2005.dll)

Syntaxe

'Déclaration
Public Property ValidValues As ValidValue()
    Get
    Set
'Utilisation
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[])

Valeur de propriété

Type : array<ReportExecution2005. . :: . .ValidValue> [] () [] []
A read-only array of ValidValue objects.

Notes

You can display the valid values of a parameter to the user in a user interface.