How to Set Up an SSRS Project
This article guides you through the process of setting up a reporting project in Visual Studio.
January 23, 2023
AUTHOR(S):
No items found.
Article tags:
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
Share this article
This article is part of THE FOLLOWING SERIES:
Aderant Series

When working with SSR reports, it is often helpful to set up a reporting project in Visual Studio as it will help you maintain versions, provide a high-fidelity editing environment, and enable two-click deployment of reports. Creating a new SSRS project in Microsoft Visual Studio can be achieved by following these simple steps.

  1. Open Microsoft Visual Studio.
  1. Select File > New > Project > Reporting Services.

Note. There are two ways to set up a new Project: Report Server Project Wizard and Report Server Project.

  • Report Server Project Wizard: Allows you to set up a new Project and a new report associated with a dataset. The Project contains folders for Shared Data Sources, Shared Datasets, and Reports. The Report folder will contain the new report.
  • Report Server Project: Allows you to set up a new Project. The Project contains folders for Shared Data Sources, Shared Datasets, and Reports, all of which are initially empty. New reports can be added by going into the Reports folder and adding either a new Report or new Report item.

Follow these steps for the Report Server Project Wizard:

  1. Select Report Server Project Wizard in the middle pane.

  • Enter the Project Name.
  • Enter or browse for the Directory/Location.
  • Select Create a new solution for the action.
  • Enter a Solution Name (this can be the same as the Project Name).
  • Click the Create directory for solution checkbox if it is a new directory.
  • Click OK.
  • Wait for Welcome to the Report Wizard to open.
  • Click Next.

  1. Wait for the Select the Data Source screen to open.
  • Enter a name.
  • Select Microsoft SQL Server for the Type.
  • Click Edit for the Connection String.

  1. Enter a Server Name.
  • Select Authentication.
  • Enter the username and password.
  • Select the Database name.
  • Click OK and wait for the Connection String to populate automatically.
  • Click Next.

  1. Select Query Builder.

  1. Select Edit as Text mode.

  1. Type in the SQL query you will use for your Data Set.
  • Click OK.
  • Click Next.

  1. Select Tabular for Report Type.

  1. Arrange the Available fields to be in the Displayed fields.
  • Select the fields.
  • Click the arrow button for each section.
  • Click Next.

  1. Enter a Report Name.
  • Click Finish.

  1. The new Project is created with all of the applicable elements displayed.

Follow these steps for the Report Server Project:

  1. Select Report Server Project in the middle pane.
  • Enter the Project Name.
  • Enter or browse for the Directory/Location.
  • Select Create a new solution for the action.
  • Enter a Solution Name (this can be the same as the project name).
  • Click the Create a directory for solution checkbox if it is a new directory.
  • Click OK.

  1. The new Project is created with all applicable elements displayed.

This process should help you in both creating and setting up new SSRS projects.

For either method you choose, you will have an SSRS project open and available in the Visual Studio Solution Explorer pane.

You can add new reports, data sources, or shared data sets. If you choose the Wizard method, you will also have an initial report named Report1 in the Solution Explorer.

Don't miss any update on this topic.
Sign up for our newsletter to receive a personalized collection of our most recent articles, blog posts, videos, and more, curated specifically for you based on your interests.
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.