Represents a setting for an extension.
The following tables list the members exposed by the Setting type.
Public Constructors
| 名称 | Description | |
|---|---|---|
| Setting | Initializes a new instance of the Setting class. | 
顶部
Public Properties
| 名称 | Description | |
|---|---|---|
| .gif) | DisplayName | The localized name of the extension setting that is displayed to the user. | 
| .gif) | Encrypted | Indicates whether the extension setting value should be encrypted in the report server database. | 
| .gif) | Error | An error that describes a problem with the value of the setting. | 
| .gif) | Field | The name of the field used to derive the value of the setting. | 
| .gif) | IsPassword | Indicates whether the setting value should be returned in calls to the SOAP API. | 
| .gif) | Name | Gets the name of the setting. | 
| .gif) | ReadOnly | Indicates whether a setting is read-only. | 
| .gif) | Required | Indicates whether a value for the setting is required by the extension. | 
| .gif) | ValidValues | A set of values that can be configured for the setting. | 
| .gif) | Value | Gets or sets the value for the setting. | 
顶部
Public Methods
(see also Protected Methods )
| 名称 | Description | |
|---|---|---|
| .gif) | AddValidValue | Overloaded. Adds a valid value for the setting. | 
| .gif) | Equals | Overloaded. (inherited from Object ) | 
| .gif) | GetHashCode | (inherited from Object ) | 
| .gif) | GetType | (inherited from Object ) | 
| .gif) .gif) | ReferenceEquals | (inherited from Object ) | 
| .gif) | ToString | (inherited from Object ) | 
顶部
Protected Methods
| 名称 | Description | |
|---|---|---|
| .gif) | Finalize | (inherited from Object ) | 
| .gif) | MemberwiseClone | (inherited from Object ) | 
顶部
请参阅
参考
Setting Class
Microsoft.ReportingServices.Interfaces Namespace