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.
Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in microsoft.reportingservices.processingcore.dll)
Syntax
'Declaration
Public Interface IRenderingExtension
Inherits IExtension
public interface IRenderingExtension : IExtension
public interface class IRenderingExtension : IExtension
public interface IRenderingExtension extends IExtension
public interface IRenderingExtension extends IExtension
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
IRenderingExtension Members
Microsoft.ReportingServices.ReportRendering Namespace