Jump to content
JasperReports Library 7.0 is now available ×

Jasper Report Compiling


Recommended Posts

By: Venkat - venkat_pasham

Jasper Report Compiling

2005-04-07 21:00

Can someone please clarify this.

 

If the layout, java experessions in the report r not changing, then I need not compile the report multiple time even if the report is taking some parameters like query, a string etc...??????.

 

If this is true I want to avoid compile step for a faster report generation.....but my report has lot of parameters tough.

 

Someone please clarify this as soon as possible.

 

Thanks,

Venkat

 

 

By: Teodor Danciu - teodord

RE: Jasper Report Compiling

2005-04-08 04:35

 

Hi,

 

If the layout and the expressions are not changing,

you do not need to recompile it every time you run it.

 

The query could be contructed from parameters, like

shown in the "query" sample.

 

You'll be deploying only the compiler *.jasper file

with your application. Just like you deploy the *.class

files or other resources.

 

I hope this helps.

Teodor

 

 

 

By: Venkat - venkat_pasham

RE: Jasper Report Compiling

2005-04-08 07:04

Thanks Teodor....that sure helped me.

 

Venkat

 

 

By: Manfred Moser - mosabua

RE: Jasper Report Compiling

2005-04-18 13:24

In fact if they are not changing you should not compile each time as it takes a fair bit of time to do so.

 

Manfred

 

 

By: Venkat - venkat_pasham

RE: Jasper Report Compiling

2005-04-21 07:18

Thanks for all ur responses.

 

Venkat

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