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

can I put generated chart in a HashMap?  


Recommended Posts

By: gouwa - gouwa

can I put generated chart in a HashMap? Â

2006-01-10 01:23

When I export the jasperprint in Html(not generating into a html file),can I put the generated chart in a HashMap()? that is :Â

Map imagesMap = new HashMap();Â

session.setAttribute("IMAGES_MAP", imagesMap);Â

exporter.setParameter(JRHtmlExporterParameter.IMAGES_MAP, imagesMap);Â

Â

so I have not use :Â

exporter.setParameter(JRHtmlExporterParameter.IMAGES_URI, "image.jsp?image=");Â

to find the image file.Â

And my question is must I export the jasperprint into a html file so I can find the generated image in the html.file.Â

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