Collapse parameters on SSRS Custom reports

Hi there,

I'm trying to hide parameters from end users on SSRS Custom reports in the client. I know I can set the parameter to be hidden in the SSRS template in Visual Studio. But ideally, I'd have it render with parameters collapsed, but still allow the parameter pane to pull down, for those more savvy users who understand they can change parameters without rerunning...  I think I could have done this with an SSRS URL report  by adding &rc:Parameters=Collapsed to the URL, but I"m not sure what my options are for SSRS Custom reports. 

Anyone?

Thanks,

frannie

Parents
  • Hi Frannie,

    I think the ToggleItem property of a row group is what you are looking for.

    You can see it in action in ReportParameters.rdl, which can be found in solution 32 of the  Version Upgrades and Patches workspace in TASK. Download the TessituraSampleLibrary_v11.zip file and go from there. That's the most recent version I know of.

    Hope that helps!

    Matt

Reply
  • Hi Frannie,

    I think the ToggleItem property of a row group is what you are looking for.

    You can see it in action in ReportParameters.rdl, which can be found in solution 32 of the  Version Upgrades and Patches workspace in TASK. Download the TessituraSampleLibrary_v11.zip file and go from there. That's the most recent version I know of.

    Hope that helps!

    Matt

Children
No Data