Skip to content
Home » SQL SERVER REPORTING SERVICES » Page 2

SQL SERVER REPORTING SERVICES

SQL Server Reporting Services (SSRS) is a server-based report generating software system from Microsoft.

Create a SSRS Matrix Report

A SSRS Matrix report is very similar to a Tabular report, but it displays a data grouped by columns and rows, with aggregate data at the intersections. It is similar like a SQL Pivot  to transform data from row-level to columnar data  .

Loading

SSRS Tabular or Detail Report

SSRS Detail Report or Tabular Report .

To Creating a SSRS Detail Report , First we have to create new project and create a data source and data set . We can also take an existing project solution .

If you are new to SSRS report then , first read the following posts 

Loading