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

energex1

Members
  • Posts

    3
  • 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 energex1

  1. This is happening in iReports as well, so I didn't realise that this is the wrong place to ask. There must be something happening in subreports which prevents them from rendering correctly in HTML?? Well, I'll try JasperReports forum anyway. Thanks Matt
  2. We are trying to produce reports of an HTML format that contain sub reports, they work fine exporting to PDF using JasperExportManager.exportReportToPdfFile (jasperPrint, fullFileName)But don’t include the sub reports when using the API: JasperExportManager.exportReportToHtmlFile (jasperPrint, fullFileName);I.e. sub reports are not generated on HTML page. We also tried. JRHtmlSaveContributor jr = new JRHtmlSaveContributor(); jr.save(jasperPrint, new File(fullFileName));Can someone help please.
  3. We are trying to produce reports of an HTML format that contain sub reports, they work fine exporting to PDF using JasperExportManager.exportReportToPdfFile (jasperPrint, fullFileName) But don’t include the sub reports when using the API JasperExportManager.exportReportToHtmlFile (jasperPrint, fullFileName); I.e. sub reports are not generated on HTML page. We also tried. JRHtmlSaveContributor jr = new JRHtmlSaveContributor(); jr.save(jasperPrint, new File(fullFileName)); Can someone help please.
×
×
  • Create New...