Jump to content
JasperReports Library 7.0 is now available ×

HTML Stylesheeting


2005 IR Help

Recommended Posts

By: CFBMoo1 - cfbmoo1

HTML Stylesheeting

2004-06-14 10:10

Here's another question. Currently when I run my report in HTML rendering it's outputed with styles sprinkled all over page. Is there a way to specify standard HTML style elements for different parts of the HTML output? Or just pass in a style sheet and have the render add that instead of all the seperate style markings?

 

One way I can kind of fake it now is by doing:

exporter.setParameter(JRHtmlExporterParameter.HTML_HEADER, " ");

exporter.setParameter(JRHtmlExporterParameter.HTML_FOOTER, " ");

 

Then I just specify my own header and footer for the processing page. But I'm curious if there's a way in Jasper to specify the stylesheet as a parameter to the rendering code and let it do all the work to make a more generic processing page?

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...