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?