2002 JI Open Discussion Posted August 17, 2006 Share Posted August 17, 2006 By: Chuck Deal - cdeal JasperDesign - set methods 2002-11-08 09:07 I'm working with JasperEdit trying to add a properties dialog to access the values of an existing report. I have been using a JasperDesign object to retrieve the values of the loaded report. I am working on the Report Parameters piece of the dialog and I have found that JasperDesign does not have a setParameters method. Is this an oversight or is there another way that I can set the Parameters list. I haven't gone through the entire object yet, but I guess I expected that every get method in JRBaseReport would have a set method in JasperDesign. Was this a bad assumption? Thanks! Chuck By: Teodor Danciu - teodord RE: JasperDesign - set methods 2003-01-14 00:19 Hi, Here's a late answer: You could alter the parameters list using the addParameter() and removeParameters() methods. Thank you, Teodor 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