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!
Make result data list displayed in 2 columns evenly
Re: Make result data list displayed in 2 columns evenly
Hello.
You should set the Columns property of the Data Band.
Please, look at the Reports with Columns section of our Demo.
Thank you.
You should set the Columns property of the Data Band.
Please, look at the Reports with Columns section of our Demo.
Thank you.