Compartir a través de


Setting.Required Property

Indicates whether a value for the setting is required by the extension.

Espacio de nombres: Microsoft.ReportingServices.Interfaces
Ensamblado: Microsoft.ReportingServices.Interfaces (in microsoft.reportingservices.interfaces.dll)

Sintaxis

'Declaración
Public Property Required As Boolean
public bool Required { get; set; }
public:
property bool Required {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_Required ()

/** @property */
public void set_Required (boolean value)
public function get Required () : boolean

public function set Required (value : boolean)

Valor de propiedad

A Boolean value indicating whether a value for the setting is required.

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