Articles in this section

How to Hide the Make Public Option in Bold Reports Server

Published:
Updated:

In Bold Reports Server, the Make Public option in the report context menu allows administrators and users to control public report sharing, helping ensure data security and compliance with organizational policies. This article explains how to hide or display the Make Public option in the report context menu of Bold Reports Server.

The Make Public Option Enabled by Default

image.png

Step-by-Step Instructions

Step 1: Access the Manage Sites Page

  1. Log in to your Bold Reports Server as an administrator and click the Profile icon.
  2. Select Manage Sites from the dropdown menu to open the administration portal.
    image.png

Step 2: Open the Configuration Settings

  1. In the Manage Sites dashboard, click the Settings icon from the left sidebar.
  2. Select the Configuration tab from the top menu.
  3. From the file dropdown list, select reporting/config.xml file.
    image.png

Step 3: Modify the Configuration XML

  1. Locate the <EnablePublic> tag in the XML editor.
  2. Update the value based on your requirement:
    • To hide the option: Set the value to false.
    <EnablePublic>false</EnablePublic>
    
    • To show the option: Set the value to true.
    <EnablePublic>true</EnablePublic>
    
  3. Click Save to apply the changes to the Bold Reports Server.
    image.png

Configuration Breakdown:

XML Tag Description
<EnablePublic> Controls the visibility of the Make Public option in the config.xml file.
true Enables the Make Public option for users.
false Hides the Make Public option and prevents reports from being shared publicly.

Step 4: Verify the Changes

  1. Navigate back to the Reports listing page.
  2. Click the Context Menu (three dots) next to any report.
  3. If set to false, the Make Public option will no longer appear in the list.
    image.png

See Also

Was this article useful?
Like
Dislike
Help us improve this page
Please provide feedback or comments
Comments (0)
Access denied
Access denied