Create a Basic Table Report (SSRS Tutorial)

This tutorial is designed to help you create a basic table report based on the AdventureWorks2012  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 Reporting Services in native mode. If you are running Reporting Services in SharePoint integrated mode, the steps that use report server URLs do not work. For more information about Reporting Services modes, see Planning a Server Mode Mode. For more information about deploying projects, see Deploy Models and Shared Data Sources to a SharePoint Site (SSRS).

Requirements

Your system must have the following installed to use this tutorial:

  • Microsoft SQL Server 2012  database engine.

  • The AdventureWorks2012 database. For more information, see Adventure Works for SQL Server 2012 (Adventure Works for SQL Server 2012) (https://go.microsoft.com/fwlink/?LinkId=245471).. For more information about support for SQL Server sample databases and sample code for SQL Server Express, see Databases and Samples Overview on the CodePlex Web site.

  • SQL Server 2012 Reporting Services (SSRS).

  • SQL Server SQL Server Data Tools (SSDT).

    Note

    SQL Server Data Tools is not supported on Itanium-based computers. However, support for SQL Server Data Tools is available for x64-based computers. If the SQL Server sample databases have been deployed on an Itanium-based computer, use BI Development Studio on either an x86-based or x64-based computer to modify and run the samples.

You must also have read-only permissions to retrieve data from the AdventureWorks2012  database.

Tasks

Lesson 1: Creating a Report Server Project (Reporting Services)

Lesson 2: Specifying Connection Information (Reporting Services)

Lesson 3: Defining a Dataset for the Table Report (Reporting Services)

Lesson 4: Adding a Table to the Report (Reporting Services)

Lesson 5: Formatting a Report (Reporting Services)

Lesson 6: Adding Grouping and Totals (Reporting Services)

Note

When reviewing tutorials, we recommend that you add Next and Previous buttons to the document viewer toolbar. For more information, see Adding Next and Previous Buttons to Help.

See Also

Other Resources

Reporting Services Tutorials (SSRS)

Report Designer

Report Builder 1.0

Create a Report with the Report Wizard (SSRS)

Reporting Services Samples

Getting Started with SQL Server Samples and Sample Databases