开发者

How to apply custom styles to a jasper html report

开发者 https://www.devze.com 2023-01-03 10:41 出处:网络
How does one apply custom 开发者_C百科CSS to a HTML report generated using Jasper. I need to include this report as an iFrame into a GWT window.You can simply include a link tag in your GWT html file

How does one apply custom 开发者_C百科CSS to a HTML report generated using Jasper. I need to include this report as an iFrame into a GWT window.


You can simply include a link tag in your GWT html file like so:

<link type="text/css" rel="stylesheet" href="myJasperStyles.css">

The CSS file should explicitly refer to Jasper-related HTML tags to ensure the CSS won't affect your GWT elements.

0

精彩评论

暂无评论...
验证码 换一张
取 消