Reputation: 217
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
Upvotes: 2
Views: 8145
Reputation: 43984
This can be done by splitting the details section in to columns.
Format with
Multiple Columns
An extra tab on the
top right will appear called layout.Across then Down
is selected.This will split the details in to columns of 4.5 cm wide.
Hope this helps.
Upvotes: 2
Reputation: 39393
right mouse button the Detail
s section. select Section Expert...
, in Common tabs, there's a Format with Multiple Columns
Upvotes: 0