Jump to content
JasperReports Library 7.0 is now available ×

JasperDesign - set methods


Recommended Posts

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

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

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 account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...