Category: | Bug report |
Priority: | Urgent |
Status: | Closed |
Project: | Severity: | Critical |
Resolution: | Won't Fix |
|
Component: | Reproducibility: | Always |
Assigned to: |
In our project we are using JasperSoft Studio 6.6.0 for genrateing static report for First template page & from second page on wards(in detail band) we are using Dynamic jasper to display dynamic columns based on user selection . Now we are facing the issue after combining both static JRXML with Dynamic Jasper the excel output overlapping the column cell. i have mentioned bellow all properties on each element but of no use.
<property name="net.sf.jasperreports.print.keep.full.text" value="true"/>
<property name="net.sf.jasperreports.export.xls.wrap.text" value="true"/>
<property name="net.sf.jasperreports.export.xls.remove.empty.space.between.rows" value="true"/>
<property name="net.sf.jasperreports.export.xls.remove.empty.space.between.columns" value="true"/>
<property name="net.sf.jasperreports.export.xls.show.gridlines" value="false"/>
<property name="net.sf.jasperreports.export.xls.ignore.cell.border" value="false"/>
<property name="net.sf.jasperreports.export.xls.image.border.fix.enabled" value="false"/>
<property name="net.sf.jasperreports.export.xls.auto.fit.column" value="true"/>
But without combining these 2 if i tried with only Static JRXML ,we are able to see the contents are properly aligned to each columns without any overlapping/merge.
Colud you please help us with the possible solutions.
1 Comment:
The problem is clearly with Dynamic Jasper. Unfortunately, Dynamic Jasper is a project developed and maintained by a different company. Please post your question to the Dynamic Jasper instead.
Either that or stop using Dynamic Jasper. JasperReports is used by many other projects and it's impossible to support bugs in other projects that's using it.