ExtensionParameter 멤버
Represents a setting for an extension.
ExtensionParameter 형식은 다음 멤버를 노출합니다.
메서드
이름 | 설명 | |
---|---|---|
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. |
맨 위로 이동