Note that there are some explanatory texts on larger screens.

plurals
  1. POJasperreports four sets of multiple dynamic images
    primarykey
    data
    text
    <p>i have a window which have four sections of multiples images... i need to export those images <code>the 4 sections</code> into a <code>JasperReport</code> using <code>Ireport tool</code> i was wondering if this is possible i never try this situation. this is what i need.</p> <p>1). set the 4 sections with images separately with any number of pics.</p> <p>i already know how to pass the images to the report to renderize.</p> <p>Questions .</p> <p>1). main question is how to strech the component what component i should use?</p> <p>2). what is the version of <code>JasperReports and Ireport</code> i need to have this feature.</p> <p>3). how can i pass multiple dynamic images from <code>JAVA</code> to <code>Ireport</code></p> <p>any help resource or trick is hugely appreciate.. </p> <p><strong>UPDATE</strong></p> <p>i would like to export this to PDF <code>i havent try nothing so far</code> and i would like to in every section pass the <code>N</code> image and the ireport with put each one side by side and the component strech vertically to be able to fill all the images per section..</p> <p><strong>Image is my current window with 2 sets of images... my ZK Page</strong> as you can see there is multiples images per section.</p> <p><img src="https://i.stack.imgur.com/nO8sp.png" alt="enter image description here"> this what i have try so far.. <img src="https://i.stack.imgur.com/WB67F.png" alt="enter image description here"></p> <p>my questions are </p> <p>1). how is not only 3 images but 10 or 12 dynamically from DB.</p> <p>2). how can i pass the data from multiples images to <code>Ireport</code> how can <code>Ireport</code> handle it</p> <p>something like </p> <pre><code>Band myBand = ..extractBandFromReport for(Image image:listOfImages) { image.setSize(100); image.setHeight(50); myBand.add(image);//adding dynamic images to the band.. } </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload