How to embed jasper reports in a vaadin 14 layout(Horizontal or Vertical)?

75 views Asked by At

Trying to embed jasper reports in vaadin 14 layout. We are using vaadin 14 and trying to display jasper reports in a dashboard. We have tried using JRDataSource but its not working. Some functionalities are not used in vaadin 14.

jasperReportIframe = new IFrame(url);
jasperReportIframe.getElement().setAttribute("sandbox","allowscripts");
jasperReportIframe.setSizeFull();
add(jasperReportIframe);//adding in a vertical layout

Snap shows no report or its data

0

There are 0 answers