[RESOLVED] Crystal Reports Rotate Text Issue
I have Crystal Reports XI and i rotated column header 90 degrees.
It rotates fine however once i render the report in a web browser it is no longer rotated. But if i print it the results show it as being rotated.
Whats up with that!
Anyone experienced this and know a work around?
Thanks!
Re: Crystal Reports Rotate Text Issue
I ended up using CSS.
Code:
.verticaltext{
font-weight:bold;
font:Arial;
font-size:10;
vertical-align:top;
text-align:center;
writing-mode:tb-rl;
}