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

gusamasan

Members
  • Posts

    29
  • 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 gusamasan

  1. Thank you, augarte I will check the link ---------------------- gusamasan
  2. Hello, all. How i can generate a report with dynamic columns?. I tried "CrossTab" tool, but it is not adequate for my report. I attach the "ReportExample.png" file for more details. Thank you, in advance
  3. Hello, all. I have the code: reporte = JasperFillManager.fillReport( rutaReporte , parametrosReporte , new JRBeanArrayDataSource( listaDetalles ) ); ByteArrayOutputStream output = new ByteArrayOutputStream(); JROdsExporter exporterODS = new JROdsExporter(); exporterODS.setParameter( JRExporterParameter.JASPER_PRINT , reporte ); exporterODS.setParameter( JRExporterParameter.OUTPUT_STREAM, output ); exporterODS.exportReport(); vectorReporte = output.toByteArray(); When i try execute it, i get the message: Exception in thread "main" java.lang.NoSuchMethodError: net.sf.jasperreports.engine.export.oasis.JRO penDocumentExporter.createFilter(Ljava/lang/String;)Lnet/sf/jasperreports/engine/export/ExporterFilt er; What i can do? Thank you, in advance.
  4. Hello, all. I have downloaded the iReport-3.7.1.tar.gz file in my Linux OS. How can i install and execute it? Thank you, in advande. ------------------------------------ gusamasan
  5. Hello, all. How i can control the page headers?. I need the first page different to other; for example, first page header in blank. What i can do? Thank you, in advance. -------------------- gusamasan
  6. Hello, all. I have a report done in iReport 3.7.0. When I do this: "right click->Field pattern->pattern specification->apply", the pattern is not applied; it is not saved. What I can do? Thank you, in advance. ------------------------ gusamasan
  7. It found the response ( right click-> "Padding and Borders" ). Thank you. ---------------- gusamasan
  8. ¡¡Hello, all!!. How I can set borders to static texts?. I have iReport 3.7.0 on Windows Vista Thank you, in advance. --------------------- gusamasan
  9. Thank you, Teodord. Post Edited by gusamasan at 09/21/2010 00:15
  10. Hello, all. How I can export a report to OpenOffice-ODS spreadsheet?. Thank you, in advance.
  11. Hello, all. I need to generate a report with a image background; how I can do it?. The image go from top to bottom. Thank you, in advance.
  12. I find a help in http://mgaravaglia.com.ar/blog/index.php/category/jasperreports/
  13. Hello all. I have tow report in my application; I use, for each report, the follow: JasperPrint jp= JasperFillManager.fillReport( this.jasperFilePath, this.parameters, new JRBeanArrayDataSource( this.vectorBeans ) ); Now, I need insert those reports ( as subreports ) into a master report; I find tutorials where subreports uses SQL queries, but I use the JRBeanArrayDataSource object. How I can do it?. Thank you, in advance. Code:JasperPrint jp= JasperFillManager.fillReport( this.jasperFilePath, this.parameters, new JRBeanArrayDataSource( this.vectorBeans ) );
  14. gusamasan

    I18N

    Hello, all. I need use I18N in my report; how I can do it in iReport?. Thank you in advance.
  15. Hi, dnvsrikanth. My iReport version is: iReport-2.0.4. Meanwhile, I am using rectangle figure; it is working. Thank you.
  16. Hi, dnvsrikanth. My iReport version is 2.0.4 Now I using rectangle figure; it is working. Thank you.
  17. Hi, dnvsrikanth. My iReport version is 2.0.4 Now I using rectangle figure; it is working. Thank you.
  18. Hi, dnvsrikanth. My iReport version is 2.0.4 Now I using rectangle figure; it is working. Thank you.
  19. dnvsrikanth, I note, in the static text and text field borders property, that no color can to be asigned; for example, I put the "border" property as "thin" ( black color ), but no color is asigned. What You say?. Thank, in advance.
  20. I am sorry. I can not get the correct View. I attach my results. Can you see it? I use the .jasper in JSF application and the pdf is showed correctly. But, in JSP ( pure ) application, no. Thank you in advace. size=384]http://www.jasperforge.org/components/com_joomlaboard/uploaded/images/Border.GIF
  21. Thank you, dnvsrikanth. I will see my report.
  22. Hello, The TextField bordes of my .jasper file are not showed in the PDF report. However, in the iReport preview it is. I attach to my project: barbecue-1.1.jar commons-beanutils-1.7.jar commons-collections-2.1.jar commons-digester-1.7.jar iReport.jaritext-1.3.1.jar JasperBabylon-1.0.0.jar jasperreports-2.0.2.jar jxl-2.6.jar looks-2.0-rc.jar png-encoder-1.5.jar files. I need more?. Thank you, in advance.
  23. Hello, I have a .jasper file. In the JSF application the output show text field bordes; in my jsp ( pure ) applicattion are not. The JSF applicattion have: jasperreports-2.0.2.jar itext-1.3.1.jar iReport.jar barbecue-1.1.jar I attach those libraries in my JSP applicattion and the text field border are not showed. What I can do?. Post edited by: gusamasan, at: 2008/03/24 15:02 Post edited by: gusamasan, at: 2008/03/24 15:03
  24. Hello, I have a ".jasper" file; this file use un Scriptlet. I need reference report parameters from the Scriptlet. I try with Code:getParameter() function, but I adquire un Code:[code]NullPointerException. Please, showme a code example, if possible. How I can do it?. Thank you in advance.
  25. Hi, I have a ".jasper" file; it is exported to Pdf in my WebApplication, but I can not export to Excel format. How I can do it?. Thank you in advance.
×
×
  • Create New...