Hour 10. SSRS Report Deployment
SSRS Report Deployment
Step 1
- Click on the "Start" button.
- Go to "All Programs".
- Expand "Microsoft SQL Server 2012".
- Expand "Configuration Tools".
- Look for "Reporting Services Configuration Manager".
Step 2
- Provide the server name and select Report Server Instance.
- Click on "Connect" and it will connect to the Reporting Services Configuration Manager.
Step 3
- Select "Web Service URL" from the left panel and you can see Web Service URL detail to the right side.
- Copy the Url from the Report Server Web Service URLs.
Step 4
- Now switch to our report project.
- Right-click on the project and click on Properties.
Step 5: In the properties, Paste the copied URL as TargetServerURL.
![](https://www.csharp.com/UploadFile/Tutorial/admin/step-by-step-ssrs-in-11-hours-hour-1034301092019123826/Images/image5.png)
Step 6: Right-click on the project and click on "Rebuild".
![](https://www.csharp.com/UploadFile/Tutorial/admin/step-by-step-ssrs-in-11-hours-hour-1034301092019123826/Images/image6.png)
Step 7: Now in order to deploy the project, right-click on the project and select "Deploy".
![](https://www.csharp.com/UploadFile/Tutorial/admin/step-by-step-ssrs-in-11-hours-hour-1034301092019123826/Images/image7.png)
Step 8: You have successfully deployed your project.
![](https://www.csharp.com/UploadFile/Tutorial/admin/step-by-step-ssrs-in-11-hours-hour-1034301092019123826/Images/image8.png)
Step 9: Paste the same URL in the browser and you can see our deployed folders.
![](https://www.csharp.com/UploadFile/Tutorial/admin/step-by-step-ssrs-in-11-hours-hour-1034301092019123826/Images/image9.png)
Step 10
- Now click on "Data Sources" and we have a list of data sources.
- It will look like this:
Step 11
- Click on "Datasets" and we have a list of datasets created during the project.
- It will look like this:
Step 12
- Click on our project folder "SSRSDemo" and we can see all the RDL files.
- As shown below.
In the next article, we will see how to integrate a RDL file in ASP.Net using reportviewer.
Next >> Hour 11: RDL file to ASP.Net
Author
Akshay Patel
58
28.6k
7.7m