Hi, we have a requirement where the user expects a gallery-style layout. Please check the attachment. Could you please guide us on whether this is feasible to achieve with the LINQ report engine ? Thanks
Gallery.zip (279.8 KB)
This can be achieved by taking the following steps:
-
Create a table with one row and the number of columns equal to the required number of items per row (namely, 3 columns as per your expected PNG file)
-
Create a table-row data band for this table by using opening and closing
foreach
tags -
For each of the cells, add a textbox with an inline layout and put the same
image
tag into the textbox -
Within all but the first cells in the row, add a
next
tag before a textbox or within a textbox before animage
tag simply like this:<<next>>
See Forcing Movement to Next Item within Data Band for more information.