PDA

Click to See Complete Forum and Search --> : [RESOLVED] Crystal Reports Rotate Text Issue


melvin74
Jan 20th, 2009, 02:27 PM
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!

melvin74
Jan 20th, 2009, 03:28 PM
I ended up using CSS.

.verticaltext{
font-weight:bold;
font:Arial;
font-size:10;
vertical-align:top;
text-align:center;
writing-mode:tb-rl;

}