gtjr921
Programmer
- Aug 30, 2006
- 115
I have report viewer on an asp.net 2.0 page with a
Sql report from sql 2005 embedded in the report viewer.
I thought I could just put report parameter in the query string and it would just pass the parameter to the report but that did not work.
For instance I have a report the has a parameter- ID
I thought I could just create a link to the report like
myreport.aspx?ID=1234
That did not pass the parameter to the report.
How can I do that?
Thanks
Sql report from sql 2005 embedded in the report viewer.
I thought I could just put report parameter in the query string and it would just pass the parameter to the report but that did not work.
For instance I have a report the has a parameter- ID
I thought I could just create a link to the report like
myreport.aspx?ID=1234
That did not pass the parameter to the report.
How can I do that?
Thanks