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.

참고 항목

참조

Microsoft.ReportingServices.Interfaces 네임스페이스