Hi,
I created a class library project to create my reports and use that in an existing web application. I created a table adpater which uses an existing stored procedure(with parameters). I am using these reports in my application using the reportviewer. The parameters for the stored procedures are controls on the page containing the reportviewer. I am unable to figure out a way to pass the parameters from this page to the stored procedure and display the correct report. What am I missing?
Thanks
I created a class library project to create my reports and use that in an existing web application. I created a table adpater which uses an existing stored procedure(with parameters). I am using these reports in my application using the reportviewer. The parameters for the stored procedures are controls on the page containing the reportviewer. I am unable to figure out a way to pass the parameters from this page to the stored procedure and display the correct report. What am I missing?
Thanks