Setting.ValidValues Property
A set of values that can be configured for the setting.
Espacio de nombres: Microsoft.ReportingServices.Interfaces
Ensamblado: Microsoft.ReportingServices.Interfaces (in microsoft.reportingservices.interfaces.dll)
Sintaxis
'Declaración
Public Property ValidValues As ValidValue()
public ValidValue[] ValidValues { get; set; }
public:
property array<ValidValue^>^ ValidValues {
array<ValidValue^>^ get ();
void set (array<ValidValue^>^ value);
}
/** @property */
public ValidValue[] get_ValidValues ()
/** @property */
public void set_ValidValues (ValidValue[] value)
public function get ValidValues () : ValidValue[]
public function set ValidValues (value : ValidValue[])
Valor de propiedad
A collection of ValidValue objects containing the valid values for the setting.
Seguridad para subprocesos
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Plataformas
Plataformas de desarrollo
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Plataformas de destino
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Vea también
Referencia
Setting Class
Setting Members
Microsoft.ReportingServices.Interfaces Namespace