0

I have an SSRS report that renders image field and description.

When I execute the report, the data will be rendered as two columns, description and image, but I need to view more than one image column per page, i.e. I need it to be as:

image1    image2   image3
image4    image5   image6
image7    image8   image9
image10   image11 image12

in all pages. Is it possible in SSRS?

Ian Preston
  • 38,816
  • 8
  • 95
  • 92
Ayham Mhd
  • 13
  • 1
  • 6
  • If you know how many and what images you will render, you can create a tablix, remove the repeating group, and then include each image in each box of the tablix. – mmarie Oct 12 '13 at 17:31
  • @mmarie Thanks, but as i said, i have the image as a field, that caused rendering it vertically, as a column, but i need to render the images filling all the page, please imagine the example as a page. – Ayham Mhd Oct 12 '13 at 20:26
  • What do you mean? Is there more than one image per description? Or do you want multiple description-image pairs to show? In the latter case, you could have 4 columns, 2 of which were images and 2 of which were descriptions, right? – Millie Smith Oct 13 '13 at 00:21
  • Check out my answer about [SSRS report formatting a table to display data side by side](http://stackoverflow.com/questions/13721709/ssrs-report-formatting-a-table-to-display-data-side-by-side). (Closing as duplicate) – Chris Latta Oct 13 '13 at 09:48

0 Answers0