--- title: "Create a Basic Table Report (SSRS Tutorial) | Microsoft Docs" ms.custom: "" ms.date: "06/15/2016" ms.prod: "sql-server-2016" ms.reviewer: "" ms.suite: "" ms.technology: - "reporting-services-native" ms.tgt_pltfrm: "" ms.topic: "get-started-article" applies_to: - "SQL Server 2016" helpviewer_keywords: - "walkthroughs [Reporting Services]" - "tutorials [Reporting Services]" - "reports [Reporting Services], creating" ms.assetid: 3b539b4b-26f2-4c0b-b506-80f175679a46 caps.latest.revision: 67 author: "maggiesMSFT" ms.author: "maggies" manager: "erikre" --- # Create a Basic Table Report (SSRS Tutorial) In this tutorial, you use Report Designer in SQL Server Data Tools to create a basic [!INCLUDE[ssRSnoversion_md](../includes/ssrsnoversion-md.md)] paginated report with a table, based on the **[!INCLUDE[ssSampleDBAdventureworks2014_md](../includes/sssampledbadventureworks2014-md.md)]** database. You can also create [!INCLUDE[ssRSnoversion_md](../includes/ssrsnoversion-md.md)] paginated reports with Report Builder. As you go through this tutorial, you will create a report project, set up connection information, define a query, add a Table data region, group and total some fields, and preview the report. ## Requirements Your system must have the following installed to use this tutorial: - [!INCLUDE[msCoName](../includes/msconame-md.md)] [!INCLUDE[ssCurrent](../includes/sscurrent-md.md)] database engine. - [!INCLUDE[ssRSCurrent](../includes/ssrscurrent-md.md)] in native mode. - The [!INCLUDE[ssSampleDBAdventureworks2014_md](../includes/sssampledbadventureworks2014-md.md)] database. For more information, see [Adventure Works 2014 Sample Databases)](https://msftdbprodsamples.codeplex.com/releases/view/125550). - [SQL Server Data Tools](https://msdn.microsoft.com/library/mt204009.aspx) with the "SQL Server Reporting Services" components installed so you have the Report Designer. You must also have read-only permissions to retrieve data from the [!INCLUDE[ssSampleDBAdventureworks2014_md](../includes/sssampledbadventureworks2014-md.md)] database. **Estimated time to complete the tutorial:** 30 minutes. ## Tasks [Lesson 1: Creating a Report Server Project (Reporting Services)](../reporting-services/lesson-1-creating-a-report-server-project-reporting-services.md) [Lesson 2: Specifying Connection Information (Reporting Services)](../reporting-services/lesson-2-specifying-connection-information-reporting-services.md) [Lesson 3: Defining a Dataset for the Table Report (Reporting Services)](../reporting-services/lesson-3-defining-a-dataset-for-the-table-report-reporting-services.md) [Lesson 4: Adding a Table to the Report (Reporting Services)](../reporting-services/lesson-4-adding-a-table-to-the-report-reporting-services.md) [Lesson 5: Formatting a Report (Reporting Services)](../reporting-services/lesson-5-formatting-a-report-reporting-services.md) [Lesson 6: Adding Grouping and Totals (Reporting Services)](../reporting-services/lesson-6-adding-grouping-and-totals-reporting-services.md) ## See Also [Reporting Services Tutorials (SSRS)](../reporting-services/reporting-services-tutorials-ssrs.md)