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

akhanh

Members
  • Posts

    31
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Downloads

Everything posted by akhanh

  1. hi all, i create a subreport under C:ProgrammeJasperSoftreports i create a masterreport to call the subreport. i checked a lot but i get always net.sf.jasperreports.engine.JRException: Could not load object from location : .Liste.jrxml at net.sf.jasperreports.engine.util.JRLoader.loadObjectFromLocation(JRLoader.java:266) at net.sf.jasperreports.engine.fill.JRFillSubreport.evaluateSubreport(JRFillSubreport.java:311) at net.sf.jasperreports.engine.fill.JRFillSubreport.evaluate(JRFillSubreport.java:260) at net.sf.jasperreports.engine.fill.JRFillElementContainer.evaluate(JRFillElementContainer.java:274) at net.sf.jasperreports.engine.fill.JRFillBand.evaluate(JRFillBand.java:403) at net.sf.jasperreports.engine.fill.JRVerticalFiller.fillColumnBand(JRVerticalFiller.java:1380) at net.sf.jasperreports.engine.fill.JRVerticalFiller.fillDetail(JRVerticalFiller.java:692) at net.sf.jasperreports.engine.fill.JRVerticalFiller.fillReportStart(JRVerticalFiller.java:255) at net.sf.jasperreports.engine.fill.JRVerticalFiller.fillReport(JRVerticalFiller.java:113) at net.sf.jasperreports.engine.fill.JRBaseFiller.fill(JRBaseFiller.java:791) at net.sf.jasperreports.engine.fill.JRBaseFiller.fill(JRBaseFiller.java:714) at net.sf.jasperreports.engine.fill.JRFiller.fillReport(JRFiller.java:89) The file .Liste.jrxml is in the same folder of the masterreport. Can help somebody? Thanks
  2. hi all, i create a subreport under C:ProgrammeJasperSoftreports i create a masterreport to call the subreport. i checked a lot but i get always net.sf.jasperreports.engine.JRException: Could not load object from location : .Liste.jrxml at net.sf.jasperreports.engine.util.JRLoader.loadObjectFromLocation(JRLoader.java:266) at net.sf.jasperreports.engine.fill.JRFillSubreport.evaluateSubreport(JRFillSubreport.java:311) at net.sf.jasperreports.engine.fill.JRFillSubreport.evaluate(JRFillSubreport.java:260) at net.sf.jasperreports.engine.fill.JRFillElementContainer.evaluate(JRFillElementContainer.java:274) at net.sf.jasperreports.engine.fill.JRFillBand.evaluate(JRFillBand.java:403) at net.sf.jasperreports.engine.fill.JRVerticalFiller.fillColumnBand(JRVerticalFiller.java:1380) at net.sf.jasperreports.engine.fill.JRVerticalFiller.fillDetail(JRVerticalFiller.java:692) at net.sf.jasperreports.engine.fill.JRVerticalFiller.fillReportStart(JRVerticalFiller.java:255) at net.sf.jasperreports.engine.fill.JRVerticalFiller.fillReport(JRVerticalFiller.java:113) at net.sf.jasperreports.engine.fill.JRBaseFiller.fill(JRBaseFiller.java:791) at net.sf.jasperreports.engine.fill.JRBaseFiller.fill(JRBaseFiller.java:714) at net.sf.jasperreports.engine.fill.JRFiller.fillReport(JRFiller.java:89) The file .Liste.jrxml is in the same folder of the masterreport. Can help somebody? Thanks
  3. Hi all, i tried al lot but i didnt found a solution. I pass with JRBeanCollectionDataSource ds = new JRBeanCollectionDataSource(collection); a collection. this collection contains a lot of Objects of typ A. A have Strings, integers and an Arraylist. The size of the Arraylist is dynamical. Now i dont know how display all elements of this arraylist. can anybody help Thanks
  4. Hi all, i tried al lot but i didnt found a solution. I pass with JRBeanCollectionDataSource ds = new JRBeanCollectionDataSource(collection); a collection. this collection contains a lot of Objects of typ A. A have Strings, integers and an Arraylist. The size of the Arraylist is dynamical. Now i dont know how display all elements of this arraylist. can anybody help Thanks
  5. Hi all, i must create a table that have column and line headers. How i candesign it in i report? Can anybody help? Thanks all
  6. Hi all. I have a java class with set and get methods. I add in options->datasources the path to bin folder. now i will import the fields from a class e.g. de.resources.example.test (my class calls test.java). test.class is in the folder bin. Ireport do nothing. (if i write de.resources.example.test1 it says that it cannot find this class. ) can anybody help???
×
×
  • Create New...