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


Класс Setting

Represents a setting for an extension.

Иерархия наследования

System.Object
  Microsoft.ReportingServices.Interfaces.Setting

Пространство имен:  Microsoft.ReportingServices.Interfaces
Сборки:   Microsoft.ReportingServices.Interfaces (в Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts (в Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

Синтаксис

'Декларация
Public Class Setting
'Применение
Dim instance As Setting
public class Setting
public ref class Setting
type Setting =  class end
public class Setting

Тип Setting обеспечивает доступ к следующим элементам.

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

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

В начало

Свойства

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

В начало

Методы

  Имя Описание
Открытый метод AddValidValue(ValidValue) Adds a valid value using the ValidValue class.
Открытый метод AddValidValue(String, String) Adds a valid value for a setting using a label and a value.
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

Замечания

The Setting class provides infrastructure for storing information about the settings that are required in order for a delivery extension to function properly. For more information about the Setting class, see Использование класса Setting для модуля доставки.

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.ReportingServices.Interfaces