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