Posted 1 February 2018, 11:57 am EST
Hi!
I’m trying to create a sub report that is able to render two columns with one image each.
The sub report is meant to render a list of images (receipts in my case). I’m using one Picture control and updating that by reading in the file and setting the property. It all works fine. The problem I’m having is the user would like to have the images print out side by side, two to a page. I thought perhaps I could just make the sub report two columns…
What is the best way to approach this?
Thank