Jump to content
Changes to the Jaspersoft community edition download ×

First row ist not being rendered


rubla

Recommended Posts

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

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

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...