Setting Class
Updated: February 25, 2016
Represents a setting for an extension.
Assemblies: Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)
Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
| Name | Description | |
|---|---|---|
![]() | Setting() | Initializes a new instance of the Setting class. |
| Name | 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. |
| Name | Description | |
|---|---|---|
![]() | AddValidValue(String^, String^) | Adds a valid value for a setting using a label and a value. |
![]() | AddValidValue(ValidValue^) | Adds a valid value using the ValidValue class. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
The Setting class provides infrastructure for storing information about the settings that are required in order for a delivery extension to function properly. For more information about the Setting class, see Using the Setting Class for a Delivery Extension.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


