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

kalafyan

Members
  • Posts

    5
  • 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 kalafyan

  1. Well, I try to design a report with this format, ( look de image in the attachement), but my problem is even more complicated, imagine a report on races, each race is a column of the report, but the number of races that will have your table which is the same as saying the number of columns you do not know at design time, because today is to ignore race A, and tomorrow is going to add a race B, finally, this table can not be designed in advance, this table should be built at runtime, and must have the format of the table in the photo. ¿can help me with some idea.?
  2. Also you can load the .jasper file using : JRLoader.loadObject( path of the .jasper file ). So you can load the .jasper ( compiled report ) instead of jrxml (design of the report).
  3. Hello, that's another question crazy: ¿JasperReport has a table element, i mean, a element that works like an HTML table?. ¿the only way to design a report with jasper report is through the iReport? Thanks
  4. Hello: I had posted this in the forum of iReport, but I think this is where I should have posted: ¿I can integrate iText and JasperReport in the same code?, i mean, ¿I can obtain a JasperReport object from a com.lowagie.text.Document object ?,or something like. The problem is, i have some parts of my report that are dynamic, and i can't design my report with iReport entirely, i design the static part of my report with iReport, and the dynamic part i build with iText, but i can't found the way to integrate these tecnologies, ¿it is posible?. thansk
  5. Hello: In first place, sorry for my english, my question is ¿I can integrate iText and JasperReport in the same code?, i mean, ¿I can obtain a JasperReport object from a com.lowagie.text.Document object ?,or something like. thansk
×
×
  • Create New...