共用方式為


IRenderingExtension Interface

A rendering extension must implement this interface to be recognized and used by SQL Server 2005 Reporting Services. Each of the rendering extensions implemented by and shipped with Reporting Services uses a common set of interfaces. This ensures that each of the extensions implements comparable functionality and reduces the complexity of the rendering code in the core of the report server.

命名空間: Microsoft.ReportingServices.ReportRendering
組件: Microsoft.ReportingServices.ProcessingCore (in microsoft.reportingservices.processingcore.dll)

語法

'宣告
Public Interface IRenderingExtension
    Inherits IExtension
public interface IRenderingExtension : IExtension
public interface class IRenderingExtension : IExtension
public interface IRenderingExtension extends IExtension
public interface IRenderingExtension extends IExtension

平台

開發平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

目標平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

請參閱

參考

IRenderingExtension Members
Microsoft.ReportingServices.ReportRendering Namespace