Freigeben über


ExtensionParameter-Member

Represents a setting for an extension.

Der ExtensionParameter-Typ macht die folgenden Member verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode ExtensionParameter Initializes a new instance of the ExtensionParameter class.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft DisplayName Gets the name of the extension setting that is displayed to the user.
Öffentliche Eigenschaft Encrypted Gets a value that indicates whether the extension parameter value is encrypted in the report server database.
Öffentliche Eigenschaft Error Gets an error that describes a problem with the value of the setting.
Öffentliche Eigenschaft IsPassword Gets a value that indicates whether the extension parameter value should be returned in calls to the SOAP API.
Öffentliche Eigenschaft Name Gets the name of the device information setting.
Öffentliche Eigenschaft ReadOnly Gets a value that indicates whether the setting is read-only.
Öffentliche Eigenschaft Required Gets a value that indicates whether the setting is required.
Öffentliche Eigenschaft RequiredSpecified Gets or sets a value that indicates whether the Required property is specified.
Öffentliche Eigenschaft ValidValues Gets a set of values that can be configured for the setting.
Öffentliche Eigenschaft Value Gets a string that represents the value of an extension setting.

Zum Anfang