Results 1 to 2 of 2

Thread: [RESOLVED] Crystal Reports Rotate Text Issue

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jan 2007
    Posts
    307

    Resolved [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!

  2. #2

    Thread Starter
    Hyperactive Member
    Join Date
    Jan 2007
    Posts
    307

    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;
    
    }

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width