Crystal Reports in Visual Studio 2008 with C# Normally Data from single column comes like
Column1
val1
val2
val3
val4
val5
val6
val7
val8
BUT,I want to show data from my Single column in following format:
Column1
val1 val2 val3 val4
val5 val6 val7 val8
val9 val9 val10 val11
.......
.......
.......
Please help me out to get above output in Crystal Report