Showing posts with label tb-rl. Show all posts
Showing posts with label tb-rl. Show all posts

Tuesday, February 21, 2012

Rotated text but top to bottom left to right

Howdy all.
How do you cause text to rotate but such that you read it from the
bottom or the opposite of the tb-rl setting which is the orientation of
books when shelved, i.e. library?
Thank you,
Reyhi Rey
I don't think this is supported in SRS 2000 (if you are referring to
something like 'vertical orientation in MS Access labels). You would have to
reaffirm this in the RDL specs out on MSDN.
I'm running SRS 2000 SP2 and these don't convert on the import from Access.
I usually capitalize everything and set the width of the cell such that
characters are displayed top-to-bottom vertically.
Rob
"Rey" wrote:
> Howdy all.
> How do you cause text to rotate but such that you read it from the
> bottom or the opposite of the tb-rl setting which is the orientation of
> books when shelved, i.e. library?
> Thank you,
> Rey
>|||Howdy Rob.
Thanks for the reply.
I misstated my problem as I'm trying to display text such that it is
read from the bottom to top ltr. I have a form that has text on the
left side (text bottom to top left to right) while on right side I have
text that reads top to bottom left to right and am trying to figure out
how to this.
I could also use Word to create the text as an image and then include
it in the form...
Thanks again,
Rey|||hi all
i want the text to show bottom to top in vertical , but it works from top to
bottom using writtingmode..property.
how to show text from bottom to top.
"Rey" wrote:
> Howdy Rob.
> Thanks for the reply.
> I misstated my problem as I'm trying to display text such that it is
> read from the bottom to top ltr. I have a form that has text on the
> left side (text bottom to top left to right) while on right side I have
> text that reads top to bottom left to right and am trying to figure out
> how to this.
> I could also use Word to create the text as an image and then include
> it in the form...
> Thanks again,
> Rey
>

rotate a text box 270 deg

I use Text WritingMode property is tb-rl, to display text in verticle
direction (i.e 90 degrees). now I wanted to make 270 degrees
is it possible to rotate text in 270 degrees.
Please reply.
Thanks,
--
RaoIt does not appear to be so. From a quick search through BOL, looks
like horizontal or vertical (i.e. 90 degrees rotation) only.|||Thank you, i am hoping by editing Style Tag in xml code file.
--
Rao
"toolman" wrote:
> It does not appear to be so. From a quick search through BOL, looks
> like horizontal or vertical (i.e. 90 degrees rotation) only.
>

rotate a text box 270 deg

I am trying to rotate text in a text box by 270 deg, I have read I can use
tb-rl but when I enter this into the direction Propertie of the textbox I get
an invaild Direction error.
Any Ides
Using VS 2005 & RS2005You want to use the 'WritingMode' property of the textbox.
Andy Potter|||is it possible to rotate text in 270 degrees.
Please reply.
Thanks,
--
Rao
"Potter" wrote:
> You want to use the 'WritingMode' property of the textbox.
> Andy Potter
>