[#904] - Problem when adding mulitiple images

Category:
Feature request
Priority:
Urgent
Status:
New
Project: Severity:
Critical
Resolution:
Fixed
Component: Reproducibility:
Always
Assigned to:

Hi ,
I want to add multiple images to jasper report. while desigining report I am passing the image path. How can I pass the array of image paths to it to add multiple images.

Please specify solution for this .

Regards,
Shashi

AttachmentSize
File test.xml2.9 KB
shashi1921's picture
Joined: Jun 6 2007 - 4:49am
Last seen: 15 years 9 months ago

2 Comments:

#1

Why don\'t you create multiple image objects, one per image? The image object isn\'t intended to show multiple images.

If you need a dynamic number of images either put the images (or their path) in a datasource and design a report that iterates over them and shows each image per row. Another option is to programmaticly alter the design of the report to add or remove images. See the alter design sample for some more info on how to do this.

#2
  • Status:Closed» New

how to get multiple images based on particular condition dynamically in ireport. plz give solution .

Feedback