views:

270

answers:

1

I have a report that can have 20+ columns I need to be able to generate column header text vertically such as:

x | x |
x | x | 
x | x |
x | x |
------
1 | 4 |
8 | 4 |

and so on, is there a way to do this in the .rdlc? Or is the use of images my only option?

+1  A: 

Set the WritingMode property to tb-rl

Zaid Zawaideh