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

deepak.sarangi

Members
  • Posts

    2
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Security Advisories

Downloads

Everything posted by deepak.sarangi

  1. Hi, I am unable to load a base64 image in the detail band, even if the variable containing the base64 string has reset type "Page". Please resolve. Below are the JRXML snippets: <variable name="Diamond_Green" class="java.lang.String" resetType="Page"><initialValueExpression><![CDATA["iVBORw0KGgoAAAA....X2DAAAAABJRU5ErkJggg=="]]></initialValueExpression></variable> <detail><band height="355" splitType="Stretch"><printWhenExpression><![CDATA[boolean.TRUE]]></printWhenExpression><staticText><reportElement x="230" y="-3" width="90" height="17" uuid="242bc563-bec7-4f82-9a36-09149de95fef"/><textElement textAlignment="Right" verticalAlignment="Bottom"><font fontName="VoyaArial" size="10" isBold="true"/></textElement><text><![CDATA[Overall Status]]></text></staticText><image evaluationTime="Page"><reportElement x="327" y="-1" width="16" height="16" uuid="2bc38b1a-1503-4c5d-a65c-9e46f7f81870"><property name="com.jaspersoft.studio.unit.width" value="pixel"/><property name="com.jaspersoft.studio.unit.height" value="pixel"/></reportElement><graphicElement fill="Solid"/><imageExpression><![CDATA[new ByteArrayInputStream(Base64.decodeBase64($V{Diamond_Green}.getBytes()))]]></imageExpression></image></band></detail>Please let me know what evaluation time/reset type combination I should use. Thanks for the help.
×
×
  • Create New...