Compartilhar via


Propriedade do RDL ExtensionParameter.ValidValues

Gets a set of values that can be configured for the setting.

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

Sintaxe

'Declaração
Public Property ValidValues As ValidValue()
    Get 
    Set
'Uso
Dim instance As ExtensionParameter 
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<ReportService2006.ValidValue[]
An array of ValidValue objects.

Consulte também

Referência

ExtensionParameter Classe

Namespace ReportService2006