SQL Server Reporting Services (SSRS) – Part 3 – Create Report without Wizard

Karthikanbarasan
Posted by in Sql Server category on for Intermediate level | Points: 250 | Views : 10726 red flag
Rating: 4.5 out of 5  
 2 vote(s)

This is part 3 of series of article on SSRS.


 Download source code for SQL Server Reporting Services (SSRS) – Part 3 – Create Report without Wizard

Introduction

In this article we are going to see on how to create a report without using the wizard which we used in our first article. The idea behind this article is we will have full control over the creation of report and we can customize it at any level as per our requirement.

You can follow through my article at the below url.


Steps


Let’s open BIDS and create a project under Report Server Project as shown in the below image


Now right click on the Report on the right hand side and select Add New item à Report as shown in the below screen


Now you will see the report designer window as shown in the below screen.


Here we have 3 tabs as Data, Layout and Preview. Data tab is used to select which data should we need to show in the report. Clicking on the Datasetà New Dataset as shown in the below screen will help us to select the data source


Now we can write out own query in order to fetch the details which we can show in the reports as shown in the below screen


Now we can shift to the next tab which is LAYOUT tab, where we are going to design the report based on our requirement. Drag and drop the table control from the tool box to the layout screen then your screen should look similar to the one below


Now go back to the Dataset tool pane, and select the columns which should appear in which part of the report as shown in the below screen


We can change the properties of the table report structure by pressing F4 will open the properties tab. You can see the below screen for the different options available to format or customize your report.


Now press F5 to run the application. It will ask for the Login credentials as shown below. Once we give the credentials it will fetch the report



Without running the project itself we can check the result by clicking on the 3rd tab in the project which is nothing but the Preview tab as shown in the below screen




Conclusion

In this article we have seen on how to create a report in BIDS without using the Wizard and how to customize the report based on our requirement.

Page copy protected against web site content infringement by Copyscape

About the Author

Karthikanbarasan
Full Name: Karthikeyan Anbarasan
Member Level: Silver
Member Status: Member,Moderator,Microsoft_MVP,MVP
Member Since: 1/2/2011 3:00:14 AM
Country: India
Thanks Karthik www.f5Debug.net
www.f5Debug.net
www.f5Debug.net Around 5 years of experience in Microsoft technologies like ASP.Net, VB.Net, C#.net, SQL server, Biztalk Server, WCF, WPF, SSIS, SSRS, SSAS, AJAX and working as Senior Analyst in a US based MNC.

Login to vote for this post.

Comments or Responses

Login to post response

Comment using Facebook(Author doesn't get notification)