Partager via


Membres Setting

Represents a setting for an extension.

Le type Setting expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique Setting Initializes a new instance of the Setting class.

Haut de la page

Méthodes

  Nom Description
Méthode publique AddValidValue(ValidValue) Adds a valid value using the ValidValue class.
Méthode publique AddValidValue(String, String) Adds a valid value for a setting using a label and a value.
Méthode publique Equals (Hérité de Object.)
Méthode protégée Finalize (Hérité de Object.)
Méthode publique GetHashCode (Hérité de Object.)
Méthode publique GetType (Hérité de Object.)
Méthode protégée MemberwiseClone (Hérité de Object.)
Méthode publique ToString (Hérité de Object.)

Haut de la page

Propriétés

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

Haut de la page