Jump to content
Changes to the Jaspersoft community edition download ×

jessicasc

Members
  • Posts

    1
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Downloads

Everything posted by jessicasc

  1. 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>
×
×
  • Create New...