This article is a part 6 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 this article we are going to see how to manage the folders in Reporting Server. In our earlier articles we have seen how to create and deploy a report to the reporting server. We have seen cases where we need to manage the reports based on the requirement like moving a report to a folder and take a backup. In similar cases, we need to create a folder and manage the folder. This would be covered by us in this tutorial.
Steps
The top most root directory is the Home which we can access using the URL http://<ServerName>/Reports
. We will be giving this in our local server as http://localhost/Reports and we can see the interface as shown in the screen below.