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 Gets the name of the extension setting that is displayed to the user.
Propriété publique Encrypted Gets a value that indicates whether the extension parameter value is encrypted in the report server database.
Propriété publique Error Gets an error that describes a problem with the value of the setting.
Propriété publique IsPassword Gets a value that indicates whether the extension parameter value should be returned in calls to the SOAP API.
Propriété publique Name Gets the name of the device information setting.
Propriété publique ReadOnly Gets a value that indicates whether the setting is read-only.
Propriété publique Required Gets a value that indicates whether the setting is required.
Propriété publique RequiredSpecified Gets or sets a value that indicates whether the Required property is specified.
Propriété publique ValidValues Gets a set of values that can be configured for the setting.
Propriété publique Value Gets a string that represents the value of an extension setting.

Haut de la page