Интерфейс IExtension

Represents an extension in SQL Server Reporting Services.

Пространство имен:  Microsoft.ReportingServices.Interfaces
Сборки:   Microsoft.ReportingServices.Interfaces (в Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts (в Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

Синтаксис

'Декларация
Public Interface IExtension
'Применение
Dim instance As IExtension
public interface IExtension
public interface class IExtension
type IExtension =  interface end
public interface IExtension

Тип IExtension обеспечивает доступ к следующим элементам.

Свойства

  Имя Описание
Открытое свойство LocalizedName Gets the localized name of the extension to be displayed in a user interface.

В начало

Методы

  Имя Описание
Открытый метод SetConfiguration Used to pass custom configuration data to an extension.

В начало

Замечания

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.