Jump to content
Changes to the Jaspersoft community edition download ×

Rotating images in Ireport


jessicasc

Recommended Posts

Hi all,

I am trying to rotate an image in iReport 4.0.1. I currently have the image in the report using the following code...

<image hAlign="Left" vAlign="Top" isUsingCache="true">
                <reportElement x="0" y="0" width="428" height="277"/>
                <imageExpression class="java.io.InputStream"><![CDATA[new java.io.StringBufferInputStream( new org.w3c.tools.codec.Base64Decoder($F{lbl_data}).processString() )]]></imageExpression>
            </image>

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...