url: http://wiki.openbravo.com/wiki/Reports#iReport_Configuration
iReport is a graphical tool you can use to create/edit templates (jrxml files) that will be later processed by JasperReports engine.
Fonts
JasperReports introduced a change in version 3.6.1 that it should fail (throw an exception) when you're trying to use a font that is not available.
JasperReports 3.6.1 (2009-10-26, SVN 3170) --------------------------------------------- - net.sf.jasperreports.awt.ignore.missing.font configuration property added to control font availability verifications during report filling and report AWT rendering;
If you open a JasperReports template and is using a font not available in your system, you won't see the text of label. To avoid this problem you need to configure your iReport to skip this check.
- Go to Tools > Options > JasperReports Properties
- Set to true the property net.sf.jasperreports.awt.ignore.missing.font
Scriplet Class
Openbravo 3 doesn't support out of the box any Scriplet class. Make sure your template doesn't contain any class in the template properties.
- Window > Report Inspector
- Scroll down in the More section
- Make sure the Scriptlet class property is empty
Language
The default language for expressions in Openbravo 3 is Java. Make sure that your template uses Java as language expression.
- Window > Report Inspector
- Scroll down to the More section
- Pick Java in the Language property
posted on 2013-05-07 15:32
Ke 阅读(467)
评论(0) 编辑 收藏 所属分类:
iReport 、
Openbravo