Skip to main content

Notifications

Community site session details

Community site session details

Session Id :

How to Navigate from One SSRS Report to Another in SSRS Report

Inogic Profile Picture Inogic 1,023 Super User 2025 Season 1

In SQL Server Reporting Services (SSRS), actions enhance report interactivity by allowing users to navigate or perform tasks within reports. SSRS supports three main action types: Go to Report, Go to Bookmark, and Go to URL.

This blog demonstrates how to configure the Go to Report action to enable navigation between two reports:

Let’s consider a potential use case:

We have one SSRS report that displays a list of Product Brands used in a particular quote. Additionally, there is a second report that lists all Quote Products associated with a specific brand. Our goal is to create a seamless navigation between these two reports, so that when a user clicks on a brand in the first report, they are taken to the second report, which displays only the quote products related to the selected brand.

Below is the screenshot of the first SSRS report, which displays the list of Brands.

Navigate from One SSRS Report to Another in SSRS Report

Read More>>

Comments