I am trying to pass a parameter in ssrs and realize it should be very easy but I'm not getting anywhere with it. When I try to do so by adding ?Agency=296
to the end of my call in my classic asp page it simply tells me that "The 'Agency' parameter is missing a value"
I have many reports I call from the page that work fine. It's just when I try to pass a parameter that it doesn't work. Within the report I have the parameter set up and hidden. I've also tried it as Internal but it still breaks.
My call to the ssrs is: https://testserver.adomain.net/Reports/Pages/Report.aspx?ItemPath=%2fname%2fReports%2fIYSANew%2frptBilling&rs:Command=Render&Agency=296
Note: I've substituted my testserver.adomain.net
and 'name' in this post but have the correct ones in the call.
If I have the parameter visible and input when the report comes up it works fine.
I really appreciate any and all help I get with this. Thanks!