简体   繁体   中英

grails jasper plugin report pdf display

I am using the grails jasper plugin to generate reports in my grails application. It works fine but it offers the pdf report as a download, is there a way to display the report in the browser, lets say on another tab.

this is the code to display the report.

<g:jasperReport jasper="myreport" format="PDF" name="MY Report" />

你可以使用inline="true" ,比如

< g:jasperReport jasper="myreport" inline="true" format="PDF" name="MY Report" />

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM