Options

Rotate Text in RTC Reports

samemerysamemery Member Posts: 60
edited 2011-11-18 in NAV Three Tier
Hi,

Is there a way to rotate fields or tables in Visual Studio for the printing of RTC reports?

I know its not possible in Classic reports but was wondering if it could happen in Visual Studio.

For clarification, the paper orientation would be portrait, I would have a 4" x 6" label, and the text would run parallel to the 6" side.

Thanks.

Comments

  • Options
    kinekine Member Posts: 12,562
    No, the RDLC 2005 doesn't have this functionality. You can do it only through some code through generating picture with the rotated text (do not forget, you are in .net and you can use the existing assemblies for the magic).
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • Options
    clauslclausl Member Posts: 455
    Yes, this is possible for fields, you control this with the WritingMode property.

    /Claus
    Claus Lundstrøm | MVP | Senior Product Manager | Continia.com
    I'm blogging here:http://mibuso.com/blogs/clausl and used to blog here: http://blogs.msdn.com/nav
    I'm also offering RDLC Report Training, ping me if you are interested. Thanks to the 700 NAV developers that have now already been at my training. You know you can always call if you have any RDLC report issues :-)
  • Options
    kinekine Member Posts: 12,562
    Really? I thought that it is possible only in newer RDLC... or it is something else?
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • Options
    clauslclausl Member Posts: 455
    Hi Kine,

    Maybe you mistake this with Justify text which is not possible.
    http://mibuso.com/forum/viewtopic.php?f=32&t=49790

    /Claus
    Claus Lundstrøm | MVP | Senior Product Manager | Continia.com
    I'm blogging here:http://mibuso.com/blogs/clausl and used to blog here: http://blogs.msdn.com/nav
    I'm also offering RDLC Report Training, ping me if you are interested. Thanks to the 700 NAV developers that have now already been at my training. You know you can always call if you have any RDLC report issues :-)
Sign In or Register to comment.