Click here to Skip to main content
Click here to Skip to main content

Using StoredProcs with Parameters in SQL Reporting Service 2005

By , 17 Sep 2007
 

Introduction

SQL Reporting Services are very powerful when it comes to the options available for generating reports. We can use stored Procedure in the database to create a dataset. This article takes you through a step by step procedure on how to achieve this.

Background

For a detailed article on Defining Report Datasets, go to this link on MSDN. For a detailed article on Defining Report Datasets for a SQL Server Relational Database, go to this link. In this article, I will focus on Defining Report Datasets for a SQL Relational Database, using stored procedures with parameters.

Using the Code

  1. In the designer, select New <DataSet...>:

    Screenshot - newdataset.jpg

  2. On the Query Tab
    • For the Command Type, select Stored Procedure.
    • Enter the name of the procedure (In the Query String: text box) you want to call but don't worry about the parameters here.

    Screenshot - storedprocedure.jpg

  3. On the parameters tab, create a parameter (name should include the @) for each parameter your sproc uses:

    Screenshot - storprocparameters.jpg

Now you are ready to use the dataset for SQL Server Stored Procedures with parameters.

Points of Interest

The following link helped me:

History

  • Version: 0.0.1.0 (I might add more screen shots and more details depending on the response)

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

About the Author

ganti.r
Web Developer
India India
Member
No Biography provided

Sign Up to vote   Poor Excellent
Add a reason or comment to your vote: x
Votes of 3 or less require a comment

Comments and Discussions

 
Hint: For improved responsiveness ensure Javascript is enabled and choose 'Normal' from the Layout dropdown and hit 'Update'.
You must Sign In to use this message board.
Search this forum  
    Spacing  Noise  Layout  Per page   
QuestionGood ArticlememberAlireza_136225 Nov '12 - 16:35 
GeneralMy vote of 4memberkhan mohd faizan29 Feb '12 - 21:51 
QuestionHow to pass a list of parameter to the datasetmemberT.Ashraf5 Sep '08 - 6:42 
QuestionSP query in SSRS dataset querymembershahid hameed23 Jul '08 - 17:11 
QuestionPictures are not being shownmemberAndreas_Manthey7 Mar '08 - 4:12 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

Permalink | Advertise | Privacy | Mobile
Web01 | 2.6.130516.1 | Last Updated 18 Sep 2007
Article Copyright 2007 by ganti.r
Everything else Copyright © CodeProject, 1999-2013
Terms of Use
Layout: fixed | fluid