[#5107] - Several properties are not displayed by the Add/Modify Property Dialog

Category:
Bug report
Priority:
Normal
Status:
Assigned
Project: Severity:
Minor
Resolution:
Open
Component: Reproducibility:
Always
Assigned to:

There are several properties that are not presented by the Add/Modify Property dialog.
It is important to know which properties are available because it impacts the resulting document.

Here is a list of XLS properties that are missing :
net.sf.jasperreports.export.xls.wrap.text
net.sf.jasperreports.export.xls.fit.width
net.sf.jasperreports.export.xls.fit.height
net.sf.jasperreports.export.xls.sheet.header.left
net.sf.jasperreports.export.xls.sheet.header.center
net.sf.jasperreports.export.xls.sheet.header.right
net.sf.jasperreports.export.xls.sheet.footer.left
net.sf.jasperreports.export.xls.sheet.footer.center
net.sf.jasperreports.export.xls.sheet.footer.right
net.sf.jasperreports.export.xls.sheet.direction
net.sf.jasperreports.export.xls.break.before.row
net.sf.jasperreports.export.xls.break.after.row
net.sf.jasperreports.export.xls.sheet.names.
net.sf.jasperreports.export.xls.image.border.fix.enabled
net.sf.jasperreports.export.xls.ignore.cell.background
net.sf.jasperreports.export.xls.password

This one looks like it is mispelled in iReport :
- net.sf.jasperreports.export.xls.font.size.fix.enabled (in JasperReports)
- net.sf.jasperreports.export.xls.size.fix.enabled (in iReport)

I have not checked for other exporters.

dmarches's picture
Joined: Dec 2 2006 - 4:32am
Last seen: 3 years 1 month ago

1 Comment:

#1

I am having this same problem. I would like to set the Excel report's print header in the report's properties.
But the net.sf.jasperreports.export.xls.sheet.header.center is not in the list.

Ideally the values should be expressions so that the content could be dynamic.
This way also solve the problem that so many are having - where they can't display the page numbers in the excel print footer.

Can you please add all of the Report Export configurations (http://jasperreports.sourceforge.net/config.reference.html)
in iReport by the report's Add/Modify Property dialog?

Thank you for your consideration.

Feedback