Membros Setting

Represents a setting for an extension.

O tipo Setting expõe os seguintes membros.

Construtores

  Nome Descrição
Método público Setting Initializes a new instance of the Setting class.

Início

Métodos

  Nome Descrição
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 (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Propriedades

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

Início