java - How to apply custom styles to a jasper html report -


How to apply custom CSS in an HTML report generated using a JSR I would like to report this report to an IFRAME in the GWT window. Need to be included in the form.

You can only enter one link tag in your GWT HTML file:

& Lt; Link type = "text / css" rel = "stylesheet" href = "myJasperStyles.css" & gt;

To ensure that CSS will not affect your GWT elements, the CSS file should clearly refer to Jasper-related HTML tags.


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -