Introduction
We will learn how to do the following in this article:
- Create a SQL Server Reporting Services (SSRS) report.
- Configure the reporting server.
- Deploy the report.
SSRS is a tool for building a report and publishing it. If we need to build a report using the SSRS tool, we need to install Business Intelligence Development Studio (BIDS). Then we can make the report.
Here I have shown a simple demo.
Create SSRS Report
Start VS 2012, then go to "File" -> "New" -> "Project...".
Go to the Business intelligence Tab, select Project server project Templa, change the project name, and click OK.
Then right-click on the Report folder in Solution Explorer and click on the Add New Report command as shown.
Then in this Report Wizard window, click on the Next button.
Then select the data source in which we need to rename the name of the data source and select the type of data source,e and then click on the edit button for the connection string.
Here we need to configure the data source connection string. For that, we need to provide the server name, enter the authentication, select your database, and then click ok.
After configuration, we can see the connection string in this box. Then click the Next button.
When we click on the next window, this window appears. This window appears because we have selected SQL Server Authentication in the previous window. Here we need to provide the username and password of the server we entered into the previous window.
Then this window appears. In this window, we need to write a T-SQL statement depending on your requirements and then click the Next button. Here I want to show all the employee data in the report.
Then this window appears. In this window, we need to select the report type. Here two options are available, one is Tabular, and the second one is Matrix. You can choose the type depending on your requirements and then click the Next button. Here I select the tabular format for the report.
Then this window appears. In this window, we can configure the data display. Then click the next button.

Jay BhavsarPosted Sep 3, 2019, 6:32 AM
Helpful article
Manish Kumar ChoudharyPosted Dec 11, 2014, 2:16 AM
Nice one..
Vithal WadjePosted Dec 10, 2014, 6:21 AM
clean explanation,thanks for sharing
Mukesh Kumar TiwariPosted Dec 9, 2014, 8:34 AM
Very nice with good explanation...i like to work with ssrs ..