SSRS : step by step method to create simple report
- Open visual studio 2013 blend.
- Select File -> New -> Project
- Select Report Server Report Wizard as shown below.
- Following dialog box will open
- Give name to New DataSource and click on Edit to set connection properties. We are selecting adventureworks database
- Now the report wizard will show Query builder window. Click on Query Builder.
Select Edit as Text. Write your desired Query, command Type : Text or stored procdure , command type : StoredProcedure. Run Query to verify result.
- At last set report formatting, like report type tabular or matrix, grouping, paging, etc. Give name to the report and preview your report.






No comments:
Post a Comment