ExtensionParameter Members
Include Protected Members
Include Inherited Members
Represents a setting for an extension.
The ExtensionParameter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ExtensionParameter() | Initializes a new instance of the ExtensionParameter class. |
Top
Methods
Name | Description | |
---|---|---|
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.) |
Top
Properties
Name | Description | |
---|---|---|
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. |
Top