Skip to content

Latest commit

 

History

History
43 lines (35 loc) · 1.98 KB

File metadata and controls

43 lines (35 loc) · 1.98 KB
title Implementing a Rendering Extension | Microsoft Docs
ms.custom
ms.date 06/13/2017
ms.prod sql-server-2014
ms.reviewer
ms.technology reporting-services
ms.topic reference
helpviewer_keywords
rendering extensions [Reporting Services]
custom rendering extensions [Reporting Services]
transformations [Reporting Services]
extensions [Reporting Services], rendering
rendering extensions [Reporting Services], implementing
ms.assetid 4a5c64f5-2391-4597-ba3f-81d265b23703
author maggiesMSFT
ms.author maggies
manager kfile

Implementing a Rendering Extension

A rendering extension is a component or module of a report server that transforms report data and layout information into a device-specific format. SQL Server Reporting Services includes six rendering extensions: HTML, Excel, Word, CSV or Text, XML, Image, and PDF. You can create additional rendering extensions to generate reports in other formats.

Note

To determine which rendering extensions are available, you can view the list of installed extensions in the RSReportServer.config file.

In This Section

Rendering Extensions Overview
Introduces how to write a custom rendering extension for [!INCLUDEssRSnoversion].

Implementing the IRenderingExtension Interface
Describes the attributes of a rendering extension.

Deploying a Rendering Extension
Describes how to deploy a rendering extension on a report server.

Removing a Rendering Extension
Describes how to remove a rendering extension from a report server.

See Also

Reporting Services Extensions
Reporting Services Extension Library