다음을 통해 공유


Setting 멤버

Represents a setting for an extension.

Setting 형식은 다음 멤버를 노출합니다.

생성자

  이름 설명
공용 메서드 Setting Initializes a new instance of the Setting class.

맨 위로 이동

메서드

  이름 설명
공용 메서드 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에서 상속됩니다.)

맨 위로 이동

속성

  이름 설명
공용 속성 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.

맨 위로 이동