I'm trying to find a way to hide subreports in Report Manager. I know I can go to the report once it has been deployed to the Report Server and check the "Hide in List View" option in the properties tab of the report in Report Manager but I need a way to have this option checked when the subreport is deployed. I can't find a property or setting in design mode that allows me to do this. Does anyone have any ideas?
Not sure that this is any better an option than going via the UI, but you could write your own deploy script, use rs.exe to deploy your reports and on deploy, set the Visible property to false.