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
right mouse button the
Detail
s section. selectSection Expert...
, in Common tabs, there's aFormat with Multiple Columns
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.