Page 1 of 1

Make result data list displayed in 2 columns evenly

Posted: Wed May 08, 2013 1:31 pm
by dwang
The requirement is to make the result, which is a single column data list, to be displayed in 2 columns evenly.

Original result:
AAA
BBB
CCC
DDD
EEE
FFF
GGG

It needs to be displayed as:
AAA BBB
CCC DDD
EEE FFF
GGG

Please let me know how I can make that to work. Thanks!

Re: Make result data list displayed in 2 columns evenly

Posted: Mon May 13, 2013 7:53 am
by HighAley
Hello.

You should set the Columns property of the Data Band.
Please, look at the Reports with Columns section of our Demo.

Thank you.