Jump to content
JasperReports Library 7.0 is now available ×

when i use the jasperreports 4.0.2, all work fine, but when i change to 6.6.0 don't work


jdanielobj

Recommended Posts

JRXmlDataSource xmlDataSource = xmlDataSource = new JRXmlDataSource(new File(arq_xml), "/NFe/infNFe/det");

JasperPrint jp = JasperFillManager.fillReport(file, parameterMap, xmlDataSource);

JasperViewer.viewReport(jp, false);

 

i make a report in jasper report 6.6.0 but, not work with code above

Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

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