Extension Class

Definition

Represents an extension in SQL Server Reporting Services.

public ref class Extension
public class Extension
type Extension = class
Public Class Extension
Inheritance
Extension

Remarks

The Extension class of the Microsoft.ReportingServices.Interfaces namespace contains a read-only set of properties that can be used to discover information about a report server and the extensions it supports. The RenderingExtension property of the IDeliveryReportServerInformation interface contains a set of Extension objects that represent rendering extensions currently installed on a report server. You can use this information to determine what rendering extensions are available for use by your custom delivery provider.

Constructors

Extension(String, String, Boolean)

Initializes a new instance of the Extension class.

Properties

LocalizedName

Gets the localized name of the extension to be used for display purposes in a user interface.

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.

Visible

Indicates whether an extension is visible in a user interface.

Applies to