Page 1 of 1

Print Images on new page after details

Posted: Sat Apr 11, 2026 4:25 pm
by alpharocks
Hi, I have tried many ways to do this but have no success.

I want to print the images after each group. My query has results of details and images per row.

On first page, I want to print all the rows grouped by r-code then on next page are the images of the rows.

Sample:

Page 1
Group Header (r-code 8)
  • some details
Databand
  • row1 - 12335
Group Footer
  • some details

Page 2
  • image [row1 - 12335]

Page 3
Group Header (r-code 14)
  • some details
Databand
  • row1 - 45367
  • row2 - 87777
  • row3 - 67888
  • row4 - 72341
Group Footer
  • some details

Page 4
  • image [row1 - 45367]

Page 5
  • image [row2 - 87777]

Page 6
  • image [row1 - 67888]

Page 7
  • image [row2 - 72341]

If the databand result is too many then it must grow.
Check attached file for sample result of query and pdf.

Thanks!

Re: Print Images on new page after details

Posted: Mon Apr 13, 2026 9:09 am
by HighAley
Hello,

The best option for you is to create the Master-detail report.
Your report should contain two detailed sections. One for rows and another for images.

You can find a step-by-step tutorial in our user manual:
https://www.stimulsoft.com/en/documenta ... report.htm

Thank you.