1

Hello I have a report which has multiple sections.

For each section I need the data to be displayed in a 2 column list. So instead of the report having just one column and waste space on right, I require it to populate on the other column. I am currently using a list to populate the field from dataset I require however just get one long list.

See attachment for what I'm looking to achieve.xample

KCodeR
  • 121
  • 5
  • 19
  • 1
    Possible duplicate of [SSRS - How to build a simple multi-column report?](http://stackoverflow.com/questions/1015098/ssrs-how-to-build-a-simple-multi-column-report) – Dijkgraaf Mar 21 '17 at 20:12
  • Had a look at that before and didn't really solve – KCodeR Mar 21 '17 at 21:03
  • Then explain what you have tried and why those solutions didn't work. – Dijkgraaf Mar 21 '17 at 21:09
  • I have static text boxes which I only want visible on top of first column. Is there a way to have text box only to be displayed once ? – KCodeR Mar 21 '17 at 21:11
  • Are you using the modula method to display things in one column or the other? Then you should be able to use the Hidden with an expression to show or hide based on that as well – Dijkgraaf Mar 21 '17 at 21:15
  • https://www.experts-exchange.com/articles/12331/Simple-way-to-show-multi-column-data-in-SSRS-Horizontally-or-Vertically.html solved with this link – KCodeR Mar 22 '17 at 09:39

1 Answers1