rofikul Posted January 27, 2015 Posted January 27, 2015 Here I was trying to print jasper report via java code silently using jasper API. Here is what I have done to print Jasper Report, my code simply calls the JRPrintServiceExporter. exportReport(), provided JasperPrint and PrintServiceAttributeSet object parameters are set to JRPrintServiceExporter object. Also IgnorePagination property is properly set in the JasperPrint object which is getting passed into Jasper engine. Jasper engine prints the report to printer in a single page which is fine. But all the report data are not getting printed which is actual issue here.I am using Jasperreport 4.0.1Please suggest what should we do to overcome this problem.
mirend2002 Posted June 24, 2015 Posted June 24, 2015 Hi i have the same issue here. Have you found any solution ?? If so can you tell me what you have done to over-come this matter.
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