avitra Posted November 25, 2010 Share Posted November 25, 2010 i have written java code for report generation using jasper. Its generating the report but, the problem is when ever i try to generate report in pdf and trying to print the report ,its printing all the data in single page and when i try the same with excel it pring the data in different pages.what should i do for printing data in different pages for pdf using java. please refer to tha attachments for pdf and excel files Link to comment Share on other sites More sharing options...
bninan Posted November 25, 2010 Share Posted November 25, 2010 Hi,Check if your report is landscape or portrait. Since the width seems to go out of the page.To print data on different pages use page break in iReport.You could insert it wherever you want too in your report.Thanks. Link to comment Share on other sites More sharing options...
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