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

Downloads

Everything 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. Thanks for your Answer :) Now i have an other Problem. I want to make an Expression with the Variable that came from the Subreport but my Expressions doesn´t work. I have used this IF CASES: $V{Column_number2} != BigDecimal.ZERO $V{Column_number2} != null Regards Novaa
  3. Hello Jaspersoft Community, i cannot return Variables to my Master report. Can somebody help? Or Explain me how to return values. Subreport Variable: Displayed Content of the Sup Report: Main Report Variable: Return Values: Displayed Content in Main Report:
  4. 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 ?
  5. Hello Community, i have an Problem with Jaspersoft Studio. The Problem is when I export an PDF and want to have it in a pdf version pdfa1a I get the PDF Version 1.5. Can anybody help me ?
×
×
  • Create New...