Delen via


Extension Members

Include Protected Members
Include Inherited Members

Represents an extension in SQL Server Reporting Services.

The Extension type exposes the following members.

Constructors

  Name Description
Public method Extension(String, String, Boolean) Initializes a new instance of the Extension 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 LocalizedName Gets the localized name of the extension to be used for display purposes in a user interface.
Public property Name Gets the name of the extension as defined in the configuration file. For example, a delivery extension can return a value of Report Server E-mail.
Public property Visible Indicates whether an extension is visible in a user interface.

Top