Jump to content
Changes to the Jaspersoft community edition download ×

Berrada

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

Downloads

Everything posted by Berrada

  1. Hallo, the feature of preserving the entire text even when it doesn't fit the element area is finally released. JasperReports 2.0.3 release notes support for keeping the entire original text for text elements that do not stretch; the full text is used in data-oriented exporters such as XLS and CSV; I've changed the jar file into jasperreports-2.0.3.jar and started the export, the text is even truncated. which property do I have to set if I want to preserve the entire text? Thanks in advance
  2. Hi, I have a problem with empty fields while using an xml datasource. ireport throws a Nullpointerexception if the fieldtype for example BigDecimal or Date but no data found in the xmlDatasource. ----------------------------------- xmlDatasource: <copaBonusPayOut>10,00</copaBonusPayOut> <copaBonusSpecial></copaBonusSpecial> ----------------------------------- <field name="copaBonusPayOut" class="java.math.BigDecimal"> </field> <field name="copaBonusSpecial" class="java.math.BigDecimal"> </field> java.lang.NullPointerException at net.sf.jasperreports.engine.data.JRXmlDataSource.convertStringValue(JRXmlDataSource.java:340) at net.sf.jasperreports.engine.data.JRXmlDataSource.getFieldValue(JRXmlDataSource.java:317) at net.sf.jasperreports.engine.fill.JRFillDataset.setOldValues(JRFillDataset.java:813) at net.sf.jasperreports.engine.fill.JRFillDataset.next(JRFillDataset.java:777) at net.sf.jasperreports.engine.fill.JRBaseFiller.next(JRBaseFiller.java:1412) at net.sf.jasperreports.engine.fill.JRVerticalFiller.fillReport(JRVerticalFiller.java:111) at net.sf.jasperreports.engine.fill.JRBaseFiller.fill(JRBaseFiller.java:891) at net.sf.jasperreports.engine.fill.JRFiller.fillReport(JRFiller.java:123) at net.sf.jasperreports.engine.JasperFillManager.fillReport(JasperFillManager.java:420) at net.sf.jasperreports.engine.JasperFillManager.fillReport(JasperFillManager.java:256) at it.businesslogic.ireport.IReportCompiler.run(IReportCompiler.java:1049) at java.lang.Thread.run(Unknown Source) is there any work around? Thanks.
  3. after reinstallation it works fine, as expected. thanks a screenshot
  4. I read in the definitive guide that iReport 2.0 provides a drag-and-drop interface to map XML nodes to report fields. after following the steps, selected nodes are 2 (XPath expression is correct) but the interface on the right didn't appear. do I have to make some configs? thanks in advance
×
×
  • Create New...