all groups > sql server reporting services > december 2004 >
You're in the

sql server reporting services

group:

rotate text to be up and down....?


rotate text to be up and down....? Kevin
12/29/2004 2:13:10 PM
sql server reporting services:
I need to have text rotated 270 degrees from the standard starting position.
How do I rotate the text in the VS.Net 2003 environment?

Thanks,

Re: rotate text to be up and down....? Kevin
12/29/2004 2:47:08 PM
Thanks! That did it...

[quoted text, click to view]
Re: rotate text to be up and down....? Steven Bennett
12/29/2004 5:39:02 PM
Not sure if this is what you are looking for, but change the WritingMode
property for the text box to tb-rl (Top to Bottom, Right to Left)
Hope that helps

-Steve
[quoted text, click to view]

Re: rotate text to be up and down....? robin
9/20/2005 8:33:02 PM
hi,

how to show the text down to up in Vertical using tb-rl

thanks
robin.j

[quoted text, click to view]
Re: rotate text to be up and down....? Mike Stephen
2/19/2007 5:25:17 AM
Does anyone know how to rotate text, so as to create a bottom-to-top
direction (i.e. You'd turn your head to the left to read it correctly)
"tb-rl" gives top-to-bottom, but there isn't a "bt-rl" option :(

Thanks,
Mike.
--
Mike Stephen


[quoted text, click to view]
RE: rotate text to be up and down....? juergen
2/13/2008 7:43:24 AM
hi, you can write your own class which convert a string 2 an image, rotate the image , send it back to the report. use an image control to view your textimage

From http://www.developmentnow.com/g/115_2004_12_0_0_454324/rotate-text-to-be-up-and-down--.htm

Posted via DevelopmentNow.com Groups
AddThis Social Bookmark Button