I am unable to access SSRS reports by passing parameter as a querystring. It doesn't yield any result. I did try passing parameter with &rs:par1=value or with &rc: as well.
SSRS reports contains spaces as well. URL which provides all report's list is like: http://ipaddress:port/Reports/Pages/Folder.aspx?ItemPath=%2fMyfolder
After clicking on any report http://ipaddress:port/Reports/Pages/Report.aspx?ItemPath=%2fMyfolder%2fReused+Report+v2
I did look at .rdl file & tried suffixing parameter like &rs:par1=value or &rc:par1=value but didn't work.
What's wrong?