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

Is posible export to HTML via  Rest API with the toolbar (Exports, Zoom, Pagination) 


msanchezs

Recommended Posts

Is posible export to HTML via  PHP  Rest API with the toolbar (Exports, Zoom, Pagination) ?

$c = new JaspersoftClientClient("http://localhost:8080/jasperserver","jasperadmin","jasperadmin");   $report = $c->reportService()->runReport('/reports/Blank_A4_Landscape', 'html');echo $report;[/code]

Thanks on advance. 

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