Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 2.38 KB

File metadata and controls

32 lines (26 loc) · 2.38 KB
title Integrate using URL Access
description A URL request enables you to access a specific report server and the reports, resources, and other items in the report server database.
ms.date 09/25/2024
ms.service reporting-services
ms.subservice application-integration
ms.topic reference
ms.custom
updatefrequency5
helpviewer_keywords
URL access [Reporting Services], about URL access
integrating reports [Reporting Services]

Integrate Reporting Services by using URL access

With URL access, you access reports through a report server URL. A URL request enables you to access a specific report server and the reports, resources, and other items in the report server database. You can also customize the report viewing and navigation experience for your users. The query string of the URL contains device information settings and report parameters targeted at your report and the chosen rendering output. The way the report server handles URL requests depends on the parameters, parameter prefixes, and type of item that you're accessing through the URL.

You can use URL access to embed hyperlinks to reports and other report server items in the applications that you develop, whether in a Windows or Web environment.

Note

The topics in the section provide you with some basic ideas for integration. You can use the information to begin to design and develop your own [!INCLUDEssRSnoversion] integration scenarios.

In this section

Using URL Access in a Web Application
Describes how to use URL access to integrate [!INCLUDEssRSnoversion] into a Web environment.

Using URL Access in a Windows Application
Describes how to use URL access to integrate [!INCLUDEssRSnoversion] into a [!INCLUDEmsCoName] Win32 environment.

Related content