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

ayushkumar.bilala

Members
  • Posts

    14
  • 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 ayushkumar.bilala

  1. Hi All, I am trying to display Hindi font in the pdf file generated using iReports. I've added Hindi ttf font in the iReport for the same. iReport tool is displaying Hindi font properly in the iReport viewer but when I am exporting it into a pdf file I am not getting anything printed in the pdf file. Please help.
  2. Hi All, In the screenshot shown above, I want add a image in the yellow marked area. This area is coming in details band. That is why I am not able to add the image properly. When I am trying to add I am getting output like this : As you can clearly see, unwanted space is coming in between. What I want is : I am not able to understand how to do this. Please help me out.
  3. This might be the database related problem. Try running the query alone and see how much time query is taking,
  4. Hi All, Suggest me some solution to handle the exceptions that are occuring while filling the report, so that one exception may not effect the entire report generation process. I am getting this exception some times : Exception in thread "main" net.sf.jasperreports.engine.JRRuntimeException: java.lang.NoClassDefFoundError: subForMain_datasetForNomination_1357205693961_248903 (wrong name: subForMain_1357205693961_248903) at net.sf.jasperreports.engine.fill.JRFillSubreport.prepare(JRFillSubreport.java:741) at net.sf.jasperreports.engine.fill.JRFillElementContainer.prepareElements(JRFillElementContainer.java:328) at net.sf.jasperreports.engine.fill.JRFillBand.fill(JRFillBand.java:388) at net.sf.jasperreports.engine.fill.JRFillBand.fill(JRFillBand.java:347) at net.sf.jasperreports.engine.fill.JRVerticalFiller.fillColumnBand(JRVerticalFiller.java:2071) at net.sf.jasperreports.engine.fill.JRVerticalFiller.fillDetail(JRVerticalFiller.java:761) at net.sf.jasperreports.engine.fill.JRVerticalFiller.fillReportStart(JRVerticalFiller.java:271) at net.sf.jasperreports.engine.fill.JRVerticalFiller.fillReport(JRVerticalFiller.java:129) at net.sf.jasperreports.engine.fill.JRBaseFiller.fill(JRBaseFiller.java:903) at net.sf.jasperreports.engine.fill.JRBaseFiller.fill(JRBaseFiller.java:813) at net.sf.jasperreports.engine.fill.JRFiller.fillReport(JRFiller.java:58) at net.sf.jasperreports.engine.JasperFillManager.fillReport(JasperFillManager.java:417) at com.ing.estmt.adhoc.service.impl.AdhocEStmtServiceImpl.generateAdhocReport(AdhocEStmtServiceImpl.java:339) at com.ing.estmt.adhoc.service.impl.AdhocEStmtServiceImpl.generateAdhoc(AdhocEStmtServiceImpl.java:131) at com.ing.estmt.adhoc.batch.main.AdhocEStmtMain.main(AdhocEStmtMain.java:45) Caused by: java.lang.NoClassDefFoundError: subForMain_datasetForNomination_1357205693961_248903 (wrong name: subForMain_1357205693961_248903) at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:620) at net.sf.jasperreports.engine.util.JRClassLoader.loadClass(JRClassLoader.java:338) at net.sf.jasperreports.engine.util.JRClassLoader.loadClassFromBytes(JRClassLoader.java:261) at net.sf.jasperreports.engine.design.JRAbstractJavaCompiler.loadEvaluator(JRAbstractJavaCompiler.java:88) at net.sf.jasperreports.engine.design.JRAbstractCompiler.loadEvaluator(JRAbstractCompiler.java:320) at net.sf.jasperreports.engine.JasperCompileManager.loadEvaluator(JasperCompileManager.java:237) at net.sf.jasperreports.engine.JasperCompileManager.loadEvaluator(JasperCompileManager.java:257) at net.sf.jasperreports.engine.fill.JRFillSubreport.createEvaluator(JRFillSubreport.java:410) at net.sf.jasperreports.components.table.fill.FillTableSubreport.createEvaluator(FillTableSubreport.java:79) at net.sf.jasperreports.engine.fill.JRFillSubreport.loadReportEvaluator(JRFillSubreport.java:398) at net.sf.jasperreports.engine.fill.JRFillSubreport.evaluateSubreport(JRFillSubreport.java:367) at net.sf.jasperreports.components.table.fill.FillTableSubreport.evaluateSubreport(FillTableSubreport.java:95) at net.sf.jasperreports.components.table.fill.FillTable.evaluate(FillTable.java:102) at net.sf.jasperreports.engine.fill.JRFillComponentElement.evaluate(JRFillComponentElement.java:88) at net.sf.jasperreports.engine.fill.JRFillElementContainer.evaluate(JRFillElementContainer.java:257) at net.sf.jasperreports.engine.fill.JRFillBand.evaluate(JRFillBand.java:468) at net.sf.jasperreports.engine.fill.JRVerticalFiller.fillSummaryNoLastFooterSamePage(JRVerticalFiller.java:1073) at net.sf.jasperreports.engine.fill.JRVerticalFiller.fillSummary(JRVerticalFiller.java:1038) at net.sf.jasperreports.engine.fill.JRVerticalFiller.fillReportEnd(JRVerticalFiller.java:302) at net.sf.jasperreports.engine.fill.JRVerticalFiller.fillReport(JRVerticalFiller.java:136) at net.sf.jasperreports.engine.fill.JRBaseFiller.fill(JRBaseFiller.java:903) at net.sf.jasperreports.engine.fill.JRBaseFiller.fill(JRBaseFiller.java:813) at net.sf.jasperreports.engine.fill.JRFillSubreport.fillSubreport(JRFillSubreport.java:639) at net.sf.jasperreports.engine.fill.JRSubreportRunnable.run(JRSubreportRunnable.java:59) at net.sf.jasperreports.engine.fill.JRThreadSubreportRunner.run(JRThreadSubreportRunner.java:205) at java.lang.Thread.run(Thread.java:619)
  5. Hi All, I want to reduce height of the detail band whenever $F{CITY} is null. $F{CITY} is in detail band marked with yellow. Please help me out.
  6. Hi All, I am facing a very strange issue. When I am calling .jrxml file from my java class everything is working fine. But when I am calling the same java class from a batch file I am not able to generate the report. Console is showing some error like this. Please help me out with this.
  7. Hi, I am storing Value of one field in a variable in subreport. This variable I am returning to Main report. On the basis of this value I want to show/hide detail band 2. But I am not able to implement this as the value returned by the subreport is always Null which is a shock to me as when I am displaying the same value in subreport itself it is giving me 2 (integer). Please help me out with this.
  8. Hi All, I want to make the Path given between tags platform independent so that I can use the same jrxml in linux environment also, but I am not able to find anything on Net related to this. I am calling jrxml file from Java.
  9. Hi rubamushtaq, Only the required bands are there in the template. I already deleted the bands which are not required.
  10. Hi All, i Hi All, I am having one main report consisting of three subreports in three different detail bands and a footer section. I am getting a blank page with footer at the end of the report in the final output. Please help me out with this.
  11. I have one main report in which I am using two subreports in detail band. In output I am getting overlapped subreports. I don't have any clue why this is happening.
  12. Hi All, I am creating a report having three sub reports in it. All the three subreports are in their seperate detail bands. When all the three subreports are fetching data, I am getting perfect final output. But in case subreport in detail band 2 fails to fetch data (due to mismatch of condition in its sql query), I am getting blank space between detail band 1 and detail band 2. I tried a lot in removing that blank space but failed to.
×
×
  • Create New...