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

ozmarbs

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

Security Advisories

Downloads

Everything posted by ozmarbs

  1. For a purely static image (repeated throughout the report on say the title and page headers) I declared a variable of type String and set it to the Base64 encoded image data. I added the commons-codec-1.9.jar to the project's build path as an external jar. Then for the image Expression - I set it to new ByteArrayInputStream(new org.apache.commons.codec.binary.Base64().decodeBase64($V{ImageVariable}.getBytes("UTF-8"))) Note that I had to fully qualify the apache commons Base64 class. I set the evaluation time to 'Report' and 'Using Cache' to true.
×
×
  • Create New...