What is SSRS?
It helps to create the report using the SSRS.
Architecture of SSRS:
SSRS is a reporting platform it includes processing components.SSRS has two basic components there are
Processors: This component is used to add new functionality and ensures the integrity of SSRS.
Wish to make a career in the world of MSBI? Start with Intellipaat’s MSBI Training!
Extensions: This component is raised by processors and specifies the processing functionality.

The important components of SSRS architecture are
- Report Builder
- Report Designer
- Report Manager
- Report Server
- Report server database
Watch this MSBI Tutorial full course for Beginners video
Report Builder: We can use this component easily with the drag and drop option to report design functionality. It is an ad-hoc user report publishing tool it is executed on a client computer.
Report Designer: This tool is used to develop simple and complex reports
Report Manager: We can easily access the web-based reports using this tool.
Report server: This server is used to store metadata in the SQL server database
Report Server database: This is a database it stores metadata, resources, security settings, and so on.

Example: Let us consider the excel file. And to create a matrix report using SSRS
If I want to see the multi-dimensional view of this data like how many sales have been done for the month of January, For India for January what were the sales? We have to report which is something like for India for the month Jan it was 1000, for India for the march there were no sales and for the USA for Feb there were no sales but in figure 1 we never saw the record, for India for the march there were no sales. Do the summation for Jan and Feb and also for India and the USA.

Prepare yourself for the industry by going through this Top MSBI Interview Questions and Answers!
For the month of January, the total sales across all the country were 3041.34. For February the total sales across the countries were 890.12 and we can see the country wise also we get the sales calculation country wise. The total sales USA across all the months was 2949.46. Matrix report gives us clear information than the regular excel file like figure1. We can create a matrix report using the SQL Server Reporting system. Select the tblCustomer and it has the same kind of data which we had in our excel sheet.


Step 1: open the business intelligence studio
Click on file –> New –> project, Select Report server project wizard here and save with the name Matrixsales. Click on next, and select edit then
Select server name instance and the database is customer test connection click on next and select query designer. Right, click –> add table –> fetch data from tblCustomer –> next –> select matrix because we need to create the matrix report.
Are you interested in learning MSBI from experts? Enroll in our MSBI Training in Bangalore now!
We will put the month on the column and put a country on the row. The interaction between month and country will be the accounts it will go to details –> next –> next –> finish.
Now our report is generated.
