I would like to create a report that will display a variable amount of images i.e. 2 or 3 or 4 and so on. I have a dataset that returns the path to each of these images,see example.
SELECT Path FROM Photos
returns:
'C:\photos\photo1.jpg
'C:\photos\photo2.jpg
'C:\photos\photo3.jpg
'C:\photos\photo4.jpg
another dataset could return:
'C:\photos\photo7.jpg
'C:\photos\photo8.jpg
'C:\photos\photo9.jpg
What I want the report to look like:
For example 1 I want 3 pictures across the report and then another on on the second line
For example 2 I just want 3 pictures across the report.
I have tried using a table and tablix and can not get it to work. Any Ideas?