Jump to content
We've recently updated our Privacy Statement, available here ×

Scale image issue with .wmf image file in jasper report


Recommended Posts

I am using TIBCO Jaspersoft Studio-6.2.0.final.

I want to print .wmf image file in word. I am giving Scale Image : Retain shape . When export into word, image is not printing properly.

Is there any issue with jasper report image element setting or issue or bug with JasperReports.

Please find below my jrxml code.

<queryString>    <![CDATA[sELECT 1 FROM Dual]]></queryString><field name="1" class="java.math.BigDecimal"/><detail>    <band height="391" splitType="Stretch">        <image onErrorType="Blank">            <reportElement positionType="Float" x="20" y="20" width="140" height="130" uuid="ffb33e72-cac1-4e69-ae2a-264b03f7e883"/>            <imageExpression><![CDATA["test_image.wmf"]]></imageExpression>        </image>    </band></detail>[/code]

 

Link to comment
Share on other sites

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

  • 4 weeks later...

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...