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

.jasper files


adry

Recommended Posts

Hello,

i want to know what is the life cycle of a report ,

because i have a situation that a fill report designed by ireport from my appliaction , report has subreport element , when i run the applciation there is an exception that he can't find .jasper file to load

So when .jasper file generated and what is .bak file ?

thnx

Link to comment
Share on other sites

  • Replies 5
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Hi,

You have to compile the subreport before compiling the master report, and you must put the path of the subreport.jasper in the onglet "Subreport(other)" in the subreport expression when you double click on the subreport.

 

Normaly the file .jasper is generated in the ireport folder.

Hope to help you

 

PS: the path must be like this:

Code:
"C:\Documents and Settings\iReport-0.5.3\sub.jasper"

Post edited by: AsyNew, at: 2007/08/30 15:25

Link to comment
Share on other sites

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