Setting Members
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 | |
---|---|---|
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. |
위쪽
Public Methods
(see also Protected Methods )
이름 | Description | |
---|---|---|
AddValidValue | Overloaded. Adds a valid value for the setting. | |
Equals | Overloaded. (inherited from Object ) | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
ToString | (inherited from Object ) |
위쪽
Protected Methods
이름 | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
위쪽
참고 항목
참조
Setting Class
Microsoft.ReportingServices.Interfaces Namespace