4
votes

I'm using SSRS 2005 and I passed through the URL parameters to my report, but I only accept the first parameter and the second not because they are cascading, meaning that the parameter SecondAge depends on FirstAge.

How I deal with or can not do?

This is the URL I wrote.

http://localhost/ReportServer/Pages/ReportViewer.aspx%2fMyFolder%2fMyReport&rs%3aparameters=false&rs%3aCommand=Render&FirstAge=2010&SecondAge=2011

Thanks

1
I'm also experiencing problems with this - I suspect cascading parameters are not supported via URL access, but I'm unable to find any reference that explicitly says that.Sam

1 Answers