Bagikan melalui


ExtensionParameter Members

Include Protected Members
Include Inherited Members

Represents a setting for an extension.

The ExtensionParameter type exposes the following members.

Constructors

  Name Description
Public method ExtensionParameter() Initializes a new instance of the ExtensionParameter class.

Top

Methods

  Name Description
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Inherited from Object.)

Top

Properties

  Name Description
Public property DisplayName Gets the name of the extension setting that is displayed to the user.
Public property Encrypted Gets a value that indicates whether the extension parameter value is encrypted in the report server database.
Public property Error Gets an error that describes a problem with the value of the setting.
Public property IsPassword Gets a value that indicates whether the extension parameter value should be returned in calls to the SOAP API.
Public property Name Gets the name of the device information setting.
Public property ReadOnly Gets a value that indicates whether the setting is read-only.
Public property Required Gets a value that indicates whether the setting is required.
Public property RequiredSpecified Gets or sets a value that indicates whether the Required property is specified.
Public property ValidValues Gets a set of values that can be configured for the setting.
Public property Value Gets a string that represents the value of an extension setting.

Top