Элементы 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 Gets the name of the extension setting that is displayed to the user.
Открытое свойство Encrypted Gets a value that indicates whether the extension parameter value is encrypted in the report server database.
Открытое свойство Error Gets an error that describes a problem with the value of the setting.
Открытое свойство IsPassword Gets a value that indicates whether the extension parameter value should be returned in calls to the SOAP API.
Открытое свойство Name Gets the name of the device information setting.
Открытое свойство ReadOnly Gets a value that indicates whether the setting is read-only.
Открытое свойство Required Gets a value that indicates whether the setting is required.
Открытое свойство RequiredSpecified Gets or sets a value that indicates whether the Required property is specified.
Открытое свойство ValidValues Gets a set of values that can be configured for the setting.
Открытое свойство Value Gets a string that represents the value of an extension setting.

В начало