This article is a part 4 of series of article on SQL Server Reporting Services. This will help you to get started with SQL Server Reporting Services (SSRS).
- Getting Started with SSRS – Part 1 – SQL Server Reporting Services Overview and Installing in Windows Server 2008
- Getting Started with SSRS – Part 2 – Designing a report using Report Wizard
- Getting Started with SSRS – Part 3 – Designing a report using Report Designer [more]
- Getting Started with SSRS – Part 4 – Configuring SQL Server Reporting Services in Windows Server 2008
- Getting Started with SSRS – Part 5 – Deploying a report to the Server
- Getting Started with SSRS – Part 6 – Creating Deleting and Moving a folder in SSRS Server
- Getting Started with SSRS – Part 7 – User Roles and Permissions in SSRS Server
- Getting Started with SSRS – Part 8 – Show SSRS Report in ASP.NET Web Page
- Getting Started with SSRS – Part 9 – Creating Matrix Report with inbuilt styles in SSRS
- Getting Started with SSRS – Part 10 – Creating a Report with Charts and Gauges
Introduction
In our earlier articles, we have seen how to design a report and connect to the database to pull out the values based on the requirement to be shown in the report. Also, we have seen the configuration section on how to configure the SQL Server Reporting Services manually by providing the Report Server name. In this article, we will cover how to deploy the application to the SQL Report Sever and access it online using the web browser.
Steps
To start deploying a report to the server first we need to design and develop a report based on the requirement. Since we have already prepared some samples from the earlier articles, we will be using the Part 2 sample and start deploying to the server gradually.