Hi,
i'm using v12.1 Reporting.
I have a Table in that Report, and i need the Header text to be rotated.
Just an example (http://www.taming-openoffice-org.com/newsite/wp-content/uploads/rotation1.png).
Is ist possible to rotate the text like that?
I tried to add this to the Labels of the Table
<Label.RenderTransform> <TransformGroup> <ScaleTransform/> <SkewTransform/> <RotateTransform Angle="-90"/> <TranslateTransform/> </TransformGroup></Label.RenderTransform>
but i get an Exception.
Currently it is not possible to rotate the text like that.
Keep in mind that the content of the .igr file is XML, not XAML. That is why you may be getting that exception when you add the RenderTransform to the label.
Best,
Leo