2006 IR Open Discussion Posted August 19, 2006 Posted August 19, 2006 By: Douglas Yu-Cheng Su - su32132 Exported PDF and HTML has no pages 2003-07-01 12:52 I used the FontsReport.jasper from the example as my report design, export the reports on my server (both htm and pdf report) and I used BufferedOutputStream to write the report through a servlet. The problem is both the exported PDF/HTML and outputed PDF/HTML are are blank or has no pages. Any idea? By: Teodor Danciu - teodord RE: Exported PDF and HTML has no pages 2003-07-07 13:23 Hi, It might be that the data source you supply to the report does not contain any records in it. Use whenNoDataType="AllSectionsNoDetail" if you want the engine to generate something in this case. I hope this helps. Teodor
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now