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

szy.ly

Members
  • Posts

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

Entry Comments posted by szy.ly

  1. I want to export the DOCX file

    when i use  JRDocxExporter , the  file will have dashed lines

    JasperReport jasperDesign = JasperCompileManager.compileReport(fileName); JasperPrint jasperPrint = JasperFillManager.fillReport(jasperDesign, null, new JREmptyDataSource()); JRDocxExporter jrDocxExporter = new JRDocxExporter(); jrDocxExporter.setExporterInput(new SimpleExporterInput(jasperPrint)); jrDocxExporter.setExporterOutput(new SimpleOutputStreamExporterOutput(outFile + "1" + ".docx")); jrDocxExporter.exportReport();

    https://szyy.notion.site/Dashed-Line-ed68826523174f949bb846bb2f556a15

     

    I have set the property: net.sf.jasperreports.export.docx.frames.as.nested.tables = false 

    ---------

    This is my first time using JasperReport.   

    Perhaps this is a very simple question.

    But I really really really need helps 

×
×
  • Create New...