Options

Report with Images

stonystony Member Posts: 122
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!

Comments

  • Options
    ResolusResolus Member Posts: 40
    You could pass along a boolean, ShowImage3, and set it to true or false in the (C/)AL code.
    Then in the report-layout just set the visibility expression for the rectangle/image and that should handle things?
Sign In or Register to comment.