Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 2.89 KB

File metadata and controls

36 lines (29 loc) · 2.89 KB
title Create drillthrough (RDLC) reports with parameters - ReportViewer
description Learn about creating a drillthrough (RDLC) report with parameters and a query in local mode reporting.
ms.date 09/25/2024
ms.service reporting-services
ms.subservice reporting-services
ms.topic how-to
ms.custom
updatefrequency5

Create drillthrough (RDLC) reports with parameters - ReportViewer

A drillthrough report is a report that a user opens by selecting a link within another report. Drillthrough reports commonly contain details about an item that is contained in an original summary report. This tutorial will walk you through the following lessons of creating a drillthrough report with parameters and a query, in local mode reporting.

Requirements

[!INCLUDE article-uses-adventureworks]

This walkthrough assumes that you are familiar with Transaction-SQL queries and ADO.NET DataSet and DataTable objects.

Use Visual Studio 2015, and the ASP.NET Web Application, to create an ASP.NET webpage with a ReportViewer control. The control is configured to view a report that you create. For this walkthrough, you create the application in Microsoft Visual C#.

Tasks

Lesson 1: Create a new web site
Lesson 2: Define a data connection and data table for parent report
Lesson 3: Design the parent report by using the Report Wizard
Lesson 4: Define a data connection and data table for child report
Lesson 5: Design the child report by using the Report Wizard
Lesson 6: Add a ReportViewer control to the application
Lesson 7: Add drillthrough action on parent report
Lesson 8: Create a data filter
Lesson 9: Build and run the application

Related content