“Document has no pages” on iReport and nothing on OpenReports

前端 未结 6 1978
梦谈多话
梦谈多话 2020-12-11 23:54

I am having an issue with JasperReports I can not solve. I am using Eclipse, OpenReports 3.2 and IReport 3.7

The issue I am having is that the report does nothing. W

6条回答
  •  一整个雨季
    2020-12-12 00:53

    The no pages messages comes out when the report has not records or you discarded all of them with a wrong filter expression.

    There are a couple of things you can try:

    1. set the filter expression to:

      new Boolean (true)

    This will in some way reset your filter expression.

    • Right click your jasper report

    • properties

    • find more...

      and Set the report property "When no data" to "All sections no details" so you can see at least the rest of the report.

    Thanks.

提交回复
热议问题