Tuesday, October 21, 2014

How to create first SSRS project

Before starting to show how ti create your first SSRS project we assume that you have following software installed in your machine.


  1. Any supporting database for this tutorial we are using SQL Server.
  2. Microsoft Business Intelligence development suit.
Step 1 Open SQL Server Business Intelligence Development Studio.



  1. Click on Start, select All Programs, Microsoft SQL Server 2008 R 2,SQL Server Business Intelligence Development Studio.
  2. NOTE: If you opening SQL Server Businesses Intelligence Studio first time click on Business Intelligence Settings.
Alternative: open run and type devenv.exe and press enter. Assuming you have only one installation of SQL Server Business Intelligence Development Studio.

Step -2 Create your first project.
1. In the File menu select new, select project (Key board short cut Ctrl+Shift+N)
2. From the Installed Templates list, Select Business Intelligence.
3. Click on Report Server Project.
4. Type Name MyFirstReport.
5. Click OK to create your first project.

In next post we are going to add a report in our project.


Visit this link for blog post with images.
Download code files.

No comments:

Post a Comment