I have a report that has a maximum of 3 pages. The report must display either 2 images or only 1 image on page 2. I added a rectangle and assigned the two images there. Only one image should be displayed on page 3.
But now the images should only be displayed if there is an entry in the corresponding image path. And furthermore, page 3 should only be printed if the image path for image 3 has a value.
How could I solve this!
0
Comments
Then in the report-layout just set the visibility expression for the rectangle/image and that should handle things?