ktrinad Posted August 19, 2006 Posted August 19, 2006 By: Bob McCune - bobmccune Ad Hoc Reporting? 2004-03-07 12:59I can see that JasperReports does a good job generating "canned" reports. I haven't, however, found an example of it being used to do ad hoc reporting? The application I am developing requires that the user input some criteria and then generate the report. Is this something that JasperReports can handle? By: David Lim - aberrant80 RE: Ad Hoc Reporting? 2004-03-07 17:59Yes, it is possible. Have you checked out the noxmldesign sample? You just have to create your own classes to populate or modify a JasperDesign at runtime. By: Carlos Costa e Silva - carloscs RE: Ad Hoc Reporting? 2004-03-08 16:07Or generate and compile the xml report at run time. It only adds +/- 1 to 3 seconds to the report run time. And if you use a cache of the compiled reports, only the first hit is that slow.
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