Jump to content
We've recently updated our Privacy Statement, available here ×

setting evaluation time through java code


2004 IR Help

Recommended Posts

By: Radha - radharani

setting evaluation time through java code

2005-08-24 05:26

Hi,

 

I am using dynamic design for my report generation. I have a problem setting evaluation time for a text field. I couldnt find what to set for this. mean to say in iReport we will set it to either Report or Group or whatever we want. what is the equivalent variable i should use to set it through my java code. please help me.

 

Thanks in advance.

 

 

 

 

By: Radha - radharani

RE: setting evaluation time through java code

2005-08-24 05:31

please help me. it is very urgent.

 

 

 

 

By: jorge - sirion_oef

RE: setting evaluation time through java code

2005-08-25 15:22

you could watch the api, more than a alf of it is well documented yet.

 

if is to urgent for you, instead of generating the JasperReport object in memory, you could generate dinamically the .jrxml, compile it, load it and you have your dinamic generation.

 

other idea: build your jasperreport object, save to file, add to the file the code for evaluation time, compile the file, reload the jasperreport object from the file

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...