rotate a text on a report

kallietkalliet Member Posts: 10
edited 2008-04-09 in Dynamics AX
hello,

I am trying to print on a pre-printed label of the postoffice. One of my texts has to be rotated 90° to the right.

I've read somewhere you can do this with the methods element.passThrough or element.setEscapeCharacters, but I don't seem to get it to work.

Can anyone give me an example of how a have to rotate the text with 90° to the right ? Let's say I want to send the deliveryaddress to the label, the following doesn't work?!

display str ShowDeliveryAddress()
{
return element.passThrough(g_salesTable.DeliveryAddress);
}

my axapta is 3.0

thx for any answer
Sign In or Register to comment.