Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 1.13 KB

README.md

File metadata and controls

28 lines (17 loc) · 1.13 KB

Create a Basic Table Report (SSRS Tutorial)

Tutorial diseñado para ayudarte a construir un reporte de tabla básico de SSRS basado en la base de datos de muestra AdventureWorks2012 usando el Report Designer de Visual Studio con SSDT.

Fuente: Microsoft Docs

Requisitos

  • Microsoft SQL Server 2014 database engine
  • Base de datos AdventureWorks2012
  • SQL Server 2014 Reporting Services (SSRS)
  • SQL Server SQL Server Data Tools (SSDT)

Tareas

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)