Jump to content

Recommended Posts

By: Julie Bé²µbé­ orlibou

IMAGES_MAP

2003-01-31 10:51

In the web app example,

 

Map imagesMap = new HashMap();

exporter.setParameter(JRHtmlExporterParameter.IMAGES_MAP, imagesMap);

 

I would like to put my images in my images folder and name them like logo or graph....

In the example the images are img_1, img_2, etc...

 

thank you!

 

 

 

 

By: sishen - sishen

RE: IMAGES_MAP

2004-03-08 11:32

exporter.setParameter(JRHtmlExporterParameter.IMAGES_MAP, "images\");

 

'images' being our directory where we store the files.

 

I have no idea why this works but it does !

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