Jump to content
JasperReports Library 7.0 is now available ×

Brasilian needs help (e.t. home)


2005 IR Help

Recommended Posts

By: diogo - diogobastos1979

Brasilian needs help (e.t. home)

2004-10-25 19:22

Hi... (sorry my bad english) Is there any one here who could indicate to me how can i call a jxlm file in java very slowly and step by step ?

 

Obrigado = thanks

 

 

In this code, the number "3" is neve printed...

 

 

Map parameters = new HashMap();

JasperReport jr;

JasperPrint jprint;

System.out.println("2");

jr = JasperManager.compileReport("c:/teste3.jrxml");

System.out.println("3");

jprint = JasperManager.fillReport(jr,parameters,con);

JasperViewer.viewReport("/teste3.jrxml");

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