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

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.

msanchezs's picture
Joined: Oct 16 2017 - 8:28am
Last seen: 5 years 5 months ago

0 Answers:

No answers yet
Feedback
randomness