radbyx
radbyx

Reputation: 9660

Is it possible to tilt/rotate text in VS10 Report Designer?

Is it possible, to have text written vertical in a TextBox(or other component prehaps), in Visual Studio 2010 Report Designer? (Like normal text, just tiltet 90 degrees clockwise). I could't find anything under properties, but I might have missed it.

If so, how? :)

Upvotes: 0

Views: 4673

Answers (2)

radbyx
radbyx

Reputation: 9660

I found the feature. It can be done with the ´WrittenMode´setting.

It can be found in the complete VS-property window. I don't think it's in the popupwindow-property for a Rectangle.

Upvotes: 4

Daniel
Daniel

Reputation: 362

If it is something that does not need to be filled with data you could use a image.

Upvotes: 2

Related Questions