i'm using visual studio 2012 with c# and want to use rdlc for some reports. I'm a little bit familiar with reports and i can show my data on tablix or other controls. But now i need to show data horizontally. if i use tablix or list data shows vertically :
data1
------
data2
------
data3
But i wan't them to show like this :
data1 | data2 | data3
and if the first line is empty go to the second exactly like what a tablix or list do.
Thanks in advance;
You need to set up the column group approrpriately.
With the same data as above:
Start with a matrix:
Remove the row group column and remove any grouping from the column group.
It should look something like this:
The end result looks like your requirement:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With