Jump to content
We've recently updated our Privacy Statement, available here ×

Can I set ZOOM_RATIO for reports created by REST or Web Service?


mschraudolph

Recommended Posts

I´m accessing a JasperServer from my PHP-App using REST.

The rendered reports in HTML format are very small.

Googling the problem showed, there is a parameter ZOOM_RATIO, that can be set via Java by something like

parameters.put(JRHtmlExporterParameter.ZOOM_RATIO, 1.5F);

I dont know anything about the "Java way" of accessing JS so i have no clue, where/how to set this parameter when accessing JS the way I do. Can this export param be set inside the report itself or by using a magic parameter when rendering via REST...?

Thanks in advance

Markus

 

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

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