Setting 멤버
Represents a setting for an extension.
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에서 상속됩니다.) |
맨 위로 이동
속성
이름 | 설명 | |
---|---|---|
![]() |
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. |
맨 위로 이동