| title | Reporting Services extensions | |||||
|---|---|---|---|---|---|---|
| description | Find out how to extend data processing capabilities in Reporting Services by customizing report data, notification mechanisms, and security systems. | |||||
| ms.date | 09/25/2024 | |||||
| ms.service | reporting-services | |||||
| ms.subservice | extensions | |||||
| ms.topic | reference | |||||
| ms.custom |
|
|||||
| helpviewer_keywords |
|
The modular architecture of [!INCLUDEssRSnoversion] is designed for extensibility. A managed code API is available so that you can easily develop, install, and manage extensions consumed by many [!INCLUDEssRSnoversion] components. You can create private or shared assemblies using the [!INCLUDEmsCoName] [!INCLUDEdnprdnshort] and add new [!INCLUDEssRSnoversion] functionality to meet your evolving business needs.
The unique extensibility architecture of [!INCLUDEssRSnoversion] enables developers to extend specific features of the product and its components. Currently, broad support exists for extending the data processing capabilities of [!INCLUDEssRSnoversion]. The data processing API includes familiar, [!INCLUDEdnprdnshort] data provider constructs and conventions that enable developers to build additional data processing into [!INCLUDEssRSnoversion]. These data processing extensions add functionality to both the Report Server and Report Designer, enabling seamless integration of custom data into reports.
Another supported extension is the delivery extension. The delivery API is fully integrated with the [!INCLUDEdnprdnshort] architecture, enabling a wide variety of delivery mechanisms to be used when sending report notifications to users. You can extend the Report Server to provide custom delivery to users and you can extend the subscription management pages of Report Manager to enable subscriptions that use custom delivery extensions.
Another report server extension, Report Definition Customization Extension (RDCE), can dynamically customize a report definition before it is passed to the processing engine. You might customize reports based on factors such as users or languages. For example, you might want to implement different views for various users such as managers or members of a department, or you might want to customize a report to have a different layout when it is rendered in French or Arabic.
Security considerations for extensions
Describes security issues related to developing and deploying [!INCLUDEssRSnoversion] extensions.
Implementing a data processing extension
Describes the requirements and steps for implementing a data processing extension for [!INCLUDEssRSnoversion].
Implementing a delivery extension
Describes the requirements and steps for implementing a delivery extension for [!INCLUDEssRSnoversion].
Implementing a rendering extension
Contains an introduction to developing rendering extensions.
Implementing a security extension
Describes the requirements and steps for implementing a [!INCLUDEssRSnoversion] security extension.
Reporting Services extension library
Contains the programming reference for the extension API library for the [!INCLUDEssRSnoversion] extensibility features.