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

gusamasan

Members
  • Posts

    29
  • Joined

  • Last visited

gusamasan's Achievements

Contributor

Contributor (5/14)

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

Recent Badges

0

Reputation

  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.
×
×
  • Create New...