--- title: "Create a Basic Table Report (SSRS Tutorial) | Microsoft Docs" ms.custom: "" ms.date: "03/06/2017" ms.prod: "sql-server-2014" ms.reviewer: "" ms.technology: "reporting-services-native" ms.topic: conceptual helpviewer_keywords: - "walkthroughs [Reporting Services]" - "tutorials [Reporting Services]" - "reports [Reporting Services], creating" ms.assetid: 3b539b4b-26f2-4c0b-b506-80f175679a46 author: maggiesMSFT ms.author: maggies manager: kfile --- # Create a Basic Table Report (SSRS Tutorial) This tutorial is designed to help you create a basic table report based on the [!INCLUDE[ssSampleDBobject](../includes/sssampledbobject-md.md)] database using Report Designer. You can also use Report Builder or the Report Wizard to create reports. In 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. > [!NOTE] > To complete this tutorial, you must be running [!INCLUDE[ssRSnoversion](../includes/ssrsnoversion-md.md)] in native mode. If you are running [!INCLUDE[ssRSnoversion](../includes/ssrsnoversion-md.md)] in SharePoint integrated mode, the steps that use report server URLs do not work. For more information about [!INCLUDE[ssRSnoversion](../includes/ssrsnoversion-md.md)] modes, see [Reporting Services Report Server](reporting-services-report-server.md). ## 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. - The [!INCLUDE[ssSampleDBobject](../includes/sssampledbobject-md.md)] database. For more information, see [Adventure Works for SQL Server 2012 (Adventure Works for SQL Server 2012)](https://go.microsoft.com/fwlink/?LinkId=245471) (https://go.microsoft.com/fwlink/?LinkId=245471).. For more information about support for [!INCLUDE[ssNoVersion](../includes/ssnoversion-md.md)] sample databases and sample code for [!INCLUDE[ssExpress](../includes/ssexpress-md.md)], see [Databases and Samples Overview](https://go.microsoft.com/fwlink/?LinkId=110391) on the CodePlex Web site. - [!INCLUDE[ssRSCurrent](../includes/ssrscurrent-md.md)]. - [!INCLUDE[ssNoVersion](../includes/ssnoversion-md.md)] [!INCLUDE[ssBIDevStudioFull](../includes/ssbidevstudiofull-md.md)]. > [!NOTE] > [!INCLUDE[ssNote64Samp](../includes/ssnote64samp-md.md)] You must also have read-only permissions to retrieve data from the [!INCLUDE[ssSampleDBobject](../includes/sssampledbobject-md.md)] database. ## Tasks [Lesson 1: Creating a Report Server Project (Reporting Services)](lesson-1-creating-a-report-server-project-reporting-services.md) [Lesson 2: Specifying Connection Information (Reporting Services)](lesson-2-specifying-connection-information-reporting-services.md) [Lesson 3: Defining a Dataset for the Table Report (Reporting Services)](lesson-3-defining-a-dataset-for-the-table-report-reporting-services.md) [Lesson 4: Adding a Table to the Report (Reporting Services)](lesson-4-adding-a-table-to-the-report-reporting-services.md) [Lesson 5: Formatting a Report (Reporting Services)](lesson-5-formatting-a-report-reporting-services.md) [Lesson 6: Adding Grouping and Totals (Reporting Services)](lesson-6-adding-grouping-and-totals-reporting-services.md) > [!NOTE] > When reviewing tutorials, we recommend that you add **Next** and **Previous** buttons to the document viewer toolbar. For more information, see. ## See Also [Reporting Services Tutorials (SSRS)](reporting-services-tutorials-ssrs.md)