Click to See Complete Forum and Search --> : Report connected with Store Procedure in asp.net


SOFTGURU
October 17th, 2005, 09:43 AM
I have report which is connected with a parameterised StoreProcedure.The rpeort is called from asp.net page.

In asp.net page i have a text box where user give the date parameter, and have a button named "Download".After giving the data parameter in text box if user click on download button the report would be downloaded as per data parameter to the user selection path.

Can any one help how it should be possible.

Madhi
October 22nd, 2005, 09:15 AM
You can use SQLQuery property of the CR and write query based on the user selection and pass it