How do I hide subreport option from the Reportin g Services screen?

Stephen Schleyer 60 Reputation points
2024-05-14T17:35:37.34+00:00

I am a SSRS newbie, so pardon simple questions. I created two main reports. One report has hidden reports within. The other report has sub-reports. When I deployed the programs to Reporting Services, the sub-reports appear as selection options. How do I hide these sub-reports so a user cannot select them?

SQL Server Reporting Services
SQL Server Reporting Services
A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
3,063 questions
0 comments No comments
{count} votes

4 answers

Sort by: Most helpful
  1. Olaf Helper 47,441 Reputation points
    2024-05-14T17:44:25.2366667+00:00

    One report has hidden reports within

    What are "hiddens" reports good for, if no one can see the "hidden" content?

    No, you can't achieve your requirement.


  2. ZoeHui-MSFT 41,491 Reputation points
    2024-05-15T01:35:36.1666667+00:00

    Hi @Stephen Schleyer,

    Not really clear about your issue, could you please give more information?

    If you want to hide the sub-report, you may remove it when you design the report.

    Regards,

    Zoe Hui


    If the answer is helpful, please click "Accept Answer" and upvote it.


  3. ZoeHui-MSFT 41,491 Reputation points
    2024-05-16T01:26:47.4166667+00:00

    Hi @Stephen Schleyer,

    You may right click the subreport and choose subreport properties, under the visibility--hide the report.

    User's image

    User's image

    Regards,

    Zoe Hui


    If the answer is helpful, please click "Accept Answer" and upvote it.


  4. Stephen Schleyer 60 Reputation points
    2024-06-06T18:11:49.4+00:00

    In Visual Studio, I created a orders and sales report. If the user clicks on the “Total Orders" box a subreport will be produced to show the data behind the total value. Besides not being able to find the sub-report properties menu, the visibility option says on initial run. In my report the subreport doesn’t run until it is selected. What does the hide option do in this case?

    SSRS 1SSRS 2

    When these reports were deployed to the production server, the icons “Total Sales” and “Total Orders” appear. I don’t want the user to be able to see these. If I right-click on the icon and select manage, it allows me to select “Hide this item” but all this is doing just greys out the icon but still allows the user to select it.SSRS 3

    I just want to user to see two options “Total Sales and Orders” and “Vendor PO Report”.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.