Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
120
Table Label.RenderTransform
posted

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.

Parents
No Data
Reply
  • 3070
    posted

    Hi,

    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

Children
No Data