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

rubla

Members
  • Posts

    2
  • Joined

  • Last visited

rubla's Achievements

Newbie

Newbie (1/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. Thank you! It sounds like it is the right issue. I sent now en empty JRSource and the list like this: params.put("detailBeanList", this.detailBeanList); JasperFillManager.fillReport(reportFile, params, new JREmptyDataSource()); How could I give this list as a table model? Like this? <datasetRun subDataset="TableData"> <dataSourceExpression><![CDATA[new net.sf.jasperreports.engine.JRBeanCollectionDataSource($P{detailBeanList})]]></dataSourceExpression> </datasetRun> Thanks! Rubla
×
×
  • Create New...