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
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
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