Jump to content
JasperReports Library 7.0 is now available ×

which method can make a .jrml file to .jasper


Recommended Posts

By: tomcat006 - cattomson

which method can make a .jrml file to .jasper

2004-08-25 07:01

i want to know which method can be used to compile a .jrxml file to .jasper file !!! and i can find this .jasper file in someplace of my disk!!

 

thank you !!!!

 

 

By: ErtanO - ertano

RE: which method can make a .jrml file to .ja

2004-08-27 03:25

Compilation is done in JasperReports and not in iReport itself.

with JasperReports Version >= 0.6.0

 

use

 

net.sf.jasperreports.engine.JasperCompileManager.compileReportToFile(srcFileName, destFileName);

 

 

 

By: tomcat006 - cattomson

RE: which method can make a .jrml file to .ja

2004-08-27 04:50

thank you !

but can you help me solve the prolblem in>>

 

 

https://sourceforge.net/forum/forum.php?thread_id=1133828&forum_id=217622

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