Jump to content

disable editable exports


mmutleab

Recommended Posts

hi

 

how can i disable editable exports.i want cetain group of users to be able to use that functionality.

 

is it possible to assign permissions to the export menus,or i have to get rid of them(if so how)

 

thanks in advance

Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

JasperServer cannot disable report exporting based on users/roles. However, if you write a custom report view JSP and hide the export buttons based on the current user's roles. See this thread for an example.

 

If you want to completely remove an exporter, change the "configuredExporters" property of the "viewReportAction" bean from WEB-INF/flows/viewReportBeans.xml.

 

Regards,

Lucian

Link to comment
Share on other sites

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...