Lenguaje

Setting.ValidValues Propiedad

Definición

Un conjunto de valores que se pueden configurar para el escenario.

public:
 property cli::array <Microsoft::ReportingServices::Interfaces::ValidValue ^> ^ ValidValues { cli::array <Microsoft::ReportingServices::Interfaces::ValidValue ^> ^ get(); void set(cli::array <Microsoft::ReportingServices::Interfaces::ValidValue ^> ^ value); };
public Microsoft.ReportingServices.Interfaces.ValidValue[] ValidValues { get; set; }
member this.ValidValues : Microsoft.ReportingServices.Interfaces.ValidValue[] with get, set
Public Property ValidValues As ValidValue()

Valor de propiedad

Una colección de ValidValue objetos que contienen los valores válidos para el escenario.

Se aplica a