Skip to content

Latest commit

 

History

History
46 lines (37 loc) · 3.11 KB

File metadata and controls

46 lines (37 loc) · 3.11 KB
title Deploying a Data Processing Extension | Microsoft Docs
ms.custom
ms.date 03/06/2017
ms.prod sql-server-2014
ms.reviewer
ms.technology reporting-services
ms.topic reference
helpviewer_keywords
data processing extensions [Reporting Services], deploying
Extension element
deploying [Reporting Services], extensions
ms.assetid e5c0b5a9-1386-47cb-aade-96653ecfaa54
author maggiesMSFT
ms.author maggies
manager kfile

Deploying a Data Processing Extension

Once you have written and compiled your [!INCLUDEssRSnoversion] data processing extension into a [!INCLUDEmsCoName] [!INCLUDEdnprdnshort] library, you need to make it discoverable by the report server and by Report Designer. This is as easy as copying the extension to the appropriate directories and adding entries to the appropriate [!INCLUDEssRSnoversion] configuration files.

Configuration-File Extension Element

Data processing extensions that you deploy to the report server or Report Designer need to be entered as Extension elements in the configuration files. These files are RSReportServer.config for the report server and RSReportDesigner.config for Report Designer.

The following table describes the attributes for the Extension element for data processing extensions.

Attribute Description
Name A unique name for the extension, for example, "SQL" for the [!INCLUDEssNoVersion] data processing extension or "OLEDB" for the OLE DB data processing extension. The maximum length for the Name attribute is 255 characters. The name must be unique among all entries within the Extension element of a configuration file.
Type A comma-separated list that includes the fully qualified namespace along with the name of the assembly.
Visible A value of false indicates that the data processing extension should not be visible in user interfaces. If the attribute is not included, the default value is true.

For more information about the RSReportServer.config or RSReportDesigner.config files, see Reporting Services Configuration Files.

In This Section

Topic Description
How to: Deploy a Data Processing Extension to a Report Server Describes how to deploy your data processing extension to a report server.
How to: Deploy a Data Processing Extension to Report Designer Describes how to deploy your data processing extension to Report Designer.

See Also

Reporting Services Extensions
Implementing a Data Processing Extension
Reporting Services Extension Library