IExtension Interface

Represents an extension in SQL Server Reporting Services.

命名空间: Microsoft.ReportingServices.Interfaces
程序集: Microsoft.ReportingServices.Interfaces (in microsoft.reportingservices.interfaces.dll)

语法

声明
Public Interface IExtension
public interface IExtension
public interface class IExtension
public interface IExtension
public interface IExtension

备注

The IExtension interface enables you to implement a localized extension name and to process extension-specific configuration information stored in the Reporting Services configuration file. IExtension represents an extension in Reporting Services. The IExtension interface can be used to build custom data, delivery, and rendering extensions.

An application does not create an instance of the IExtension interface directly, but creates an instance of a class that implements IExtension.

Classes that implement IExtension must implement all inherited members, and typically define additional members to add provider-specific functionality.

平台

开发平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

目标平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

请参阅

参考

IExtension Members
Microsoft.ReportingServices.Interfaces Namespace