reportingservices 2005 - How pass in the URL Cascading Parameters? -


i'm using ssrs 2005 , passed through url parameters report, accept first parameter , second not because cascading, meaning parameter secondage depends on firstage.

how deal or can not do?

this url wrote.

http://localhost/reportserver/pages/reportviewer.aspx%2fmyfolder%2fmyreport&rs%3aparameters=false&rs%3acommand=render&firstage=2010&secondage=2011

thanks

create url request like: http://localhost/reportserver?/myfolder/myreport&rc:parameters=false&rc:linktarget=main&rs:command=render&rs:format=html4.0&firstage=2010&secondage=2011

(more documentation @ http://msdn.microsoft.com/en-us/library/ms152835.aspx)


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -