Jump to content
We've recently updated our Privacy Statement, available here ×

custom HTML between subreports?


cacjr

Recommended Posts

Hi guys,

I know that I can use the HTML_HEADER and HTML_FOOTER exporter parameters to replace the standard HTML exported by Jasper with some of my own.  I would like to be able to do something similar to insert some HTML between two subreports.  Ordinarily, I would assume that the solution is to do this using staticText or textField elements in the JRXML, but the HTML I would like to use contains tags not supported by the standard HTML exporter.

I'm assuming that to do what I want to do, I will need to override some method in some class in the HTML exporter chain of events used by exportReportToWriter.  Can you suggest what might be the best class/method to override to do this?

I'm learning a lot digging into the internals of Jasper - it's kinda fun seeing how things are put together from the JRXML into the finished report :).

 

Thanks for any pointers you can provide,

 

Chuck.

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...