/ Published in: XML
Replace the normal XML with the following code (be sure to adjust the width and height accordingly):
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<image hAlign="Center" vAlign="Middle"> <reportElement x="0" y="0" width="179" height="66"/> <imageExpression class="net.sf.jasperreports.engine.JRRenderable"><![CDATA[net.sf.jasperreports.renderers.BatikRenderer.getInstance(new java.io.File("/path/to/logo.svg"))]]></imageExpression> </image>