IExtension Interface

Represents an extension in SQL Server Reporting Services.

Espace de noms: Microsoft.ReportingServices.Interfaces
Assembly: Microsoft.ReportingServices.Interfaces (in microsoft.reportingservices.interfaces.dll)

Syntaxe

'Déclaration
Public Interface IExtension
public interface IExtension
public interface class IExtension
public interface IExtension
public interface IExtension

Notes

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.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

IExtension Members
Microsoft.ReportingServices.Interfaces Namespace