共用方式為


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.