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

dayana

Members
  • Posts

    23
  • Joined

  • Last visited

dayana's Achievements

Apprentice

Apprentice (3/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Collaborator Rare

Recent Badges

0

Reputation

  1. We are using JasperBI 3.7.0.1 and application is deployed in solaris. The issue which we are facing is \' not able to open the saved docx document\'. While openning it\'s giving an error. Screenshot is attached. We analysed and found that the issue is while showing an image. Please verify and let us know how to solve this issue or any work around.
  2. hi, i am working on jasperBI3.7 and trying to use subreports, i have 2 JRXML's based on a parameter value i am trying to execute either of them.i have tried all possible ways to get this running,it seems like without adding a dummy field to the master report from domain the subreport doesnt work, it throws null pointer exception. I Thik this is a serious bug in jasperserver3.7 and none of your ultimate guides are helping,I request one of you to answer my query and explain whether its a bug in subreport or explain how to use subreport. I have searched the entire forum for similar problem and didnt find any suitable answer. this is a serious set back my team is facing as we have adopted jasperserver 3.7 to develop reports. Regards Dayana:):)
  3. hi teodord, thanks for your solution.....the problem got solved it was datasource expression problem
  4. hi , you can pass the list from java to jrxml, create a parameter of type java.util.Collection or java.util.List in the jrxml.....
  5. hi i am using custom data sources (java bean datasources). one masterreport and two subreports when i am compiling subreports and preview them seperatly they working fine but when i add both the subreports tag to masterreport data is not displaying what could be the problem? Regards Dayana Post Edited by dayana at 07/24/2009 09:17
  6. Post Edited by dayana at 09/22/2009 09:07
  7. hi, i am new this concept,forgive me for any mistake. i want to set a custom bean as a JavaBean DataSource, do i need to define my bean in the package it.businesslogic.ireport.connection ? thanks in advance Dayana
  8. hi, i am new to Dynamic Jasper.... i am getting an error.....could ya pls help me???? am i missing any jar??? --------------------------------------------------------------------------------------------------------------------------------------------------------- 0 [main] INFO core.DynamicJasperHelper - generating JasperReport 0 [main] INFO core.DJJRDesignHelper - obtaining DynamicJasperDesign instance Exception in thread "main" java.lang.NoSuchMethodError: net.sf.jasperreports.engine.design.JRDesignStyle.setParentStyleNameReference(Ljava/lang/String;)V at ar.com.fdvs.dj.domain.Style.transform(Style.java:230) at ar.com.fdvs.dj.core.layout.AbstractLayoutManager.addStyleToDesign(AbstractLayoutManager.java:221) at ar.com.fdvs.dj.core.layout.AbstractLayoutManager.applyStyleToElement(AbstractLayoutManager.java:443) at ar.com.fdvs.dj.core.layout.ClassicLayoutManager.generateTitleBand(ClassicLayoutManager.java:372) at ar.com.fdvs.dj.core.layout.ClassicLayoutManager.startLayout(ClassicLayoutManager.java:115) at ar.com.fdvs.dj.core.layout.AbstractLayoutManager.applyLayout(AbstractLayoutManager.java:132) at ar.com.fdvs.dj.core.DynamicJasperHelper.generateJasperReport(DynamicJasperHelper.java:453) at ar.com.fdvs.dj.core.DynamicJasperHelper.generateJRXML(DynamicJasperHelper.java:337) at deutschebank.reports.business.services.FastReportTest.main(FastReportTest.java:50) Post Edited by dayana at 07/16/2009 07:57
  9. hi, i am new to Dynamic Japser....please suggest any guide to start dynamic jasper...... Regards Dayana
  10. hi, when i am trying to export an awt image to a pdf,the image is coming fully black, please help me regaring this . PDF is attached.
  11. hi, i have attached my jrxml, my actual problem is that i want to draw a chart from a complex dataset, which will be passed as a parameter from java. please help me to pass the dataset from javacode to jasper file :( Post Edited by dayana at 07/13/2009 10:20
  12. you are not clear.... please attach the jrxml......
  13. hi, Specify the calculation type as sum when u return the variable from subreport.i am also doing some calculation similar to this it works fine for me......... Thanks &Regards Dayana Baby
  14. hi, if u want to give a relative path declare a parameter type of string.and pass the path through hashmap.........let me know if it helps......
  15. hi, for setting names for excel sheet u can use the following java code new String[]{"sheet1","sheet2","sheet3"}; String [] para = exporter.setParameter(JExcelApiExporterParameter. SHEET_NAMES, para);
×
×
  • Create New...