Compartir a través de


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.

Espacio de nombres: Microsoft.ReportingServices.ReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (in microsoft.reportingservices.processingcore.dll)

Sintaxis

'Declaración
Public Interface IRenderingExtension
    Inherits IExtension
public interface IRenderingExtension : IExtension
public interface class IRenderingExtension : IExtension
public interface IRenderingExtension extends IExtension
public interface IRenderingExtension extends IExtension

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

IRenderingExtension Members
Microsoft.ReportingServices.ReportRendering Namespace