I have tried putting various things in the Qry Append field of Report Set to get the parameters pane to be hidden when an SSRS report is run from Tessitura. (such as &rc:Parameters=Collapsed ) So far I have been unsuccessful.
What am I missing?
&rc:Parameters=Collapsed works for me. Are you sure there isn't something else wrong with your syntax earlier in the string that's preventing it from even getting to that part? I had that problem a couple weeks ago. Took me forever staring at it, wondering why it wasn't working only to finally realize there was a typo.
Amanda, Is that for a SSRS URL or SSRS POST report? I am using SSRS POST and trying to add the render command in the Query Append field in Report Setup.
I am not explaining myself very well. I understand I can hide the individual parameters, but what I'd like to do is leave them visible (for development and testing) and collapse the parameter pane when the report is rendered in Tessitura.