Partager via


Membres ExtensionParameter

Represents a setting for an extension.

Le type ExtensionParameter expose les membres suivants.

Constructeurs

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

Haut de la page

Méthodes

  Nom Description
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 name of the extension setting that is displayed to the user.
Propriété publique Encrypted Indicates whether the extension parameter 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 IsPassword Indicates whether the extension parameter value should be returned in calls to the SOAP API.
Propriété publique Name Gets or sets the name of the device information setting.
Propriété publique ReadOnly Indicates whether the setting is read-only.
Propriété publique Required Indicates whether the value is read-only.
Propriété publique RequiredSpecified Indicates whether the Required property is specified.
Propriété publique ValidValues A set of values that can be configured for the setting.
Propriété publique Value A string that represents the value of an extension parameter.

Haut de la page