Skip to content

Latest commit

 

History

History
51 lines (40 loc) · 4.45 KB

File metadata and controls

51 lines (40 loc) · 4.45 KB
title Developer's Guide (Reporting Services) | 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
developer's guide [Reporting Services]
Reporting Services, programming
programming [Reporting Services]
ms.assetid d8afa405-1012-4349-a72d-e10d94f8453d
author maggiesMSFT
ms.author maggies
manager kfile

Developer's Guide (Reporting Services)

[!INCLUDEssNoVersion] [!INCLUDEssRSnoversion] offers several programming interfaces that you can leverage in your own applications. You can use the existing features and capabilities of [!INCLUDEssRSnoversion] to build custom reporting and management tools into Web sites and Windows applications, or you can extend the [!INCLUDEssRSnoversion] platform.

Extending the [!INCLUDEssRSnoversion] platform includes creating new components and resources that can be used for data access, report delivery and more. You can market these components and resources to companies that are using [!INCLUDEssRSnoversion] in their organization.

In This Section

Integrating Reporting Services into Applications
Provides an overview of how to use [!INCLUDEssRSnoversion] to integrate reporting into custom applications. Describes when to use direct URL access and when to use the Web service to access the report server.

Report Server Web Service
The Report Server Web service provides access to the full functionality of the report server. The Web service uses SOAP over HTTP and is designed to act as a communications interface between client programs and the report server. The Web service and its methods expose the functionality of the report server and allow you to create custom tools for any part of the report life cycle, from management to execution.

URL Access (SSRS)
[!INCLUDEssRSnoversion] supports a complete set of URL-based requests that you can use as a quick and easy access point for report navigation and viewing. You can use this technology in conjunction with the Report Server Web service to integrate a complete reporting solution into your custom business applications. URL access is particularly useful when integrating reports as part of a Web portal or when viewing reports from a Web browser.

Reporting Services Extensions
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 assemblies using the [!INCLUDEmsCoName] [!INCLUDEdnprdnshort] and add new [!INCLUDEssRSnoversion] rendering, security, delivery, and data processing functionality to meet your evolving business needs.

Custom Report Items
Describes how to create Custom Report Items to add functionality to RDL or extend functionality of existing controls.

Using Custom Assemblies with Reports
Describes how to use custom assemblies with Reports by including code references within the report definition.

Access the Reporting Services WMI Provider
Describes how to use the [!INCLUDEssRSnoversion] WMI Provider to manage report server deployments.

See Also

Reporting Services (SSRS)
Report Definition Language (SSRS)
Technical Reference (SSRS)
Secure Development (Reporting Services)