Skip to content

Latest commit

 

History

History
52 lines (43 loc) · 3.09 KB

File metadata and controls

52 lines (43 loc) · 3.09 KB
title Create a basic table report (SSRS tutorial)
description Use the Report Designer tool in Visual Studio / SQL Server Data Tools (SSDT) and then create a SQL Server Reporting Services (SSRS) paginated report.
ms.date 09/25/2024
ms.service reporting-services
ms.subservice reporting-services
ms.topic tutorial
ms.custom
updatefrequency5
helpviewer_keywords
walkthroughs [Reporting Services]
tutorials [Reporting Services]
reports [Reporting Services], creating

Create a basic table report (SSRS tutorial)

This tutorial is a six-step process that helps you create a SQL Server Reporting Services (SSRS) paginated report. You learn how to use the Report Designer tool in Visual Studio/SQL Server Data Tools (SSDT) to create a query table from data in the [!INCLUDE sssampledbobject-md] database.

The six parts in this tutorial show you how to:

  • Create a report project.
  • Set up a data connection.
  • Define a query.
  • Add a table data region.
  • Format the report.
  • Group and total fields.
  • Preview the report.
  • Publish the report.

Prerequisites

Install or configure the following components and permissions:

Estimated time to complete the tutorial: 30 minutes.

Related content