Is posible export to HTML via PHP Rest API with the toolbar (Exports, Zoom, Pagination) ?
$c = new Jaspersoft\Client\Client("http://localhost:8080/jasperserver","jasperadmin","jasperadmin"); $report = $c->reportService()->runReport('/reports/Blank_A4_Landscape', 'html'); echo $report;
Thanks on advance.
0 Answers:
No answers yet