tags:

views:

9

answers:

1

Can anyone please help me with the code as to how i can use stored procedures with parameters to retrieve data and display it in a report viewer in VB 2005.

Please help me with the connection part as well.

Regards, George

A: 

I think you want to look at the SqlParameter class.

This code project article seems like a good place to start: Using the ASP.NET 2.0 ReportViewer in Local Mode

Quote from the article: So here is an article on how to generate reports using the ASP.NET 2.0 ReportViewer web server control via Local Mode with a parameterized stored procedure

ho1
Thanks for the reply. Can you please help me with working with Report Viewer in VB.NET 2005.
George Trevour Dsouza
@George: Sorry, I'm not an expert in it or anything like that. I suggest starting with the article in the link in my answer and then if you get stuck on anything you post a new question about that specific thing. You'll probably get more responses if you have more specific questions.
ho1
Thanks a lot for the reply and the help.
George Trevour Dsouza