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

Novaa

Members
  • Posts

    5
  • 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

Posts posted by Novaa

  1. Hello Community,

    i need to export an jrxml to jpg.

    This is my code:

    JasperReport report = (JasperReport) JRLoader.loadObjectFromFile("Barcode.jasper");        HashMap parameter = new HashMap();        JasperPrint print = JasperFillManager.fillReport(report, parameter);        JRGraphics2DExporter exporter = new JRGraphics2DExporter();        exporter.setExporterInput(new SimpleExporterInput(print));        exporter.setExporterOutput(new SimpleGraphics2DExporterOutput());        SimpleGraphics2DReportConfiguration param = new SimpleGraphics2DReportConfiguration();        SimpleGraphics2DExporterOutput param2 = new SimpleGraphics2DExporterOutput();[/code]

    What i need to do next?

  2. Hello Community,

    i have an Problem to export an PDF with Jaspersoft Libary. I get all time the Error:

     Errors were encountered when compiling report expressions class file: error: cannot find symbol value = DATEFORMAT(((java.sql.Date)field_HTNDOCD.getValue()),"dd.MM.yyyy"); //$JR_EXPR_ID=8$[/code]

    I have imported the jasperreports-functions-6.3.0.jar but it doesen´t help.

    Can someone help me with it ?

     

×
×
  • Create New...