galbelli Posted January 10, 2010 Share Posted January 10, 2010 What is the best way to set the scriptlet class on a JasperReport object programatically? Link to comment Share on other sites More sharing options...
lucianc Posted January 12, 2010 Share Posted January 12, 2010 A JasperReport object is a compiled report. If you want to truly set the scriplet class, you'd have to do use a JasperDesign object and compiled it into an JasperReports object.But in some cases it suffices to send a scriptlet object to the report via the JRParameter.REPORT_SCRIPTLET parameter.Regards,Lucian 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