Share via


Clase Setting

Represents a setting for an extension.

Jerarquía de herencia

System. . :: . .Object
  Microsoft.ReportingServices.Interfaces..::..Setting

Espacio de nombres:  Microsoft.ReportingServices.Interfaces
Ensamblados:   Microsoft.ReportingServices.Interfaces (en Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts (en Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

Sintaxis

'Declaración
Public Class Setting
'Uso
Dim instance As Setting
public class Setting
public ref class Setting
type Setting =  class end
public class Setting

El tipo Setting expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público Setting Initializes a new instance of the Setting class.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública DisplayName The localized name of the extension setting that is displayed to the user.
Propiedad pública Encrypted Indicates whether the extension setting value should be encrypted in the report server database.
Propiedad pública Error An error that describes a problem with the value of the setting.
Propiedad pública Field The name of the field used to derive the value of the setting.
Propiedad pública IsPassword Indicates whether the setting value should be returned in calls to the SOAP API.
Propiedad pública Name Gets the name of the setting.
Propiedad pública ReadOnly Indicates whether a setting is read-only.
Propiedad pública Required Indicates whether a value for the setting is required by the extension.
Propiedad pública ValidValues A set of values that can be configured for the setting.
Propiedad pública Value Gets or sets the value for the setting.

Arriba

Métodos

  Nombre Descripción
Método público AddValidValue(ValidValue) Adds a valid value using the ValidValue class.
Método público AddValidValue(String, String) Adds a valid value for a setting using a label and a value.
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Comentarios

The Setting class provides infrastructure for storing information about the settings that are required in order for a delivery extension to function properly. For more information about the Setting class, see Usar la clase Setting para una extensión de entrega.

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.