Поделиться через


Элементы ExtensionParameter

Represents a setting for an extension.

Тип ExtensionParameter предоставляет доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод ExtensionParameter Initializes a new instance of the ExtensionParameter class.

В начало

Методы

  Имя Описание
Открытый метод Equals (Наследуется из Object.)
Защищенный метод Finalize (Наследуется из Object.)
Открытый метод GetHashCode (Наследуется из Object.)
Открытый метод GetType (Наследуется из Object.)
Защищенный метод MemberwiseClone (Наследуется из Object.)
Открытый метод ToString (Наследуется из Object.)

В начало

Свойства

  Имя Описание
Открытое свойство DisplayName The name of the extension setting that is displayed to the user.
Открытое свойство Encrypted Indicates whether the extension parameter value should be encrypted in the report server database.
Открытое свойство Error An error that describes a problem with the value of the setting.
Открытое свойство IsPassword Indicates whether the extension parameter value should be returned in calls to the SOAP API.
Открытое свойство Name Gets or sets the name of the device information setting.
Открытое свойство ReadOnly Indicates whether the setting is read-only.
Открытое свойство Required Indicates whether the value is read-only.
Открытое свойство RequiredSpecified Indicates whether the Required property is specified.
Открытое свойство ValidValues A set of values that can be configured for the setting.
Открытое свойство Value A string that represents the value of an extension parameter.

В начало