Jump to content
We've recently updated our Privacy Statement, available here ×
  • Hiding the 'Get Embed Code' icon while viewing the Ad Hoc View in JRS 82


    Prasad B
    • Features: Ad Hoc Version: v8 Product: JasperReports® Server

    Problem Statement:

    How do I hide the 'Get Embed Link' icon while viewing the ad hoc view?

     

    Solution:

    To hide the 'Get Embed Code' icon on the JRS instance, user need to create a new custom theme.

    Please follow the below steps to apply the custom theme:

        1. Navigate to View --> Repository.

        2. Create one folder under the Themes whose name is 'Yale University' in my case.

        3. Insert the overrides_custom.css file under this folder. To do this, please right-click on the folder, --> choose Add resource -->  File --> CSS. Add the file that is present in the case attachments.
        
        4. In the overrides_custom.css file, we have added the below content:
            
            #embed {display: none;}

        5. Once user make the changes, please make this custom theme as active theme. To do this, right-click on the folder and select 'Set as Active Theme'.
        
    -- Once user make these changes, open any existing ad hoc view. User could see that 'Get Embed Code' is now hidden in the environment. Please refer to the attached screenshot for more details.

     

    Ref Case: #02214063

    overrides_custom_7.css


    User Feedback

    Recommended Comments

    There are no comments to display.



    Create an account or sign in to comment

    You need to be a member in order to leave a comment

    Create an account

    Sign up for a new account in our community. It's easy!

    Register a new account

    Sign in

    Already have an account? Sign in here.

    Sign In Now

×
×
  • Create New...