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
2 Comments:
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.
how to get multiple images based on particular condition dynamically in ireport. plz give solution .