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

malani_manish

Members
  • Posts

    8
  • Joined

  • Last visited

malani_manish's Achievements

Rookie

Rookie (2/14)

  • First Post Rare
  • Conversation Starter Rare
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. I am using JasperReports 3.0.1. Is there any way to generate ID attribute for all elements exported in HTML?
  2. I am also facing the same issue. I have also tried quering servlet from url for 'px' and 'img_0_0_9' and face the same result as jfkang is getting. can anybody help me to produe chart image in html export. I have ensured that no overlapping, and image uri parameter is set very well, servlet working absolutely fine for blank images. please help.
  3. problem is below line in your code. JasperReport jasperPrint = (JasperReport) JRLoader .loadObject(sourceFile); JasperReport is a compiled version of your report and JasperPrint is the filled one. may be the file you are reading is a persisted JasperPrint object.
  4. Look at /demo/samples/webapp in jasper distribution, that will help you out. if still you face issues refer the book on jasper "The definitive guide to Jasper Reports"
  5. Hi, I use JRBeanCollectionDatasource and I get a field of type java.util.List. I would like to use this list as Datasource in subreport. Can I do that? If yes, can someone please tell me how can do that? I tried dataset expression as new JRBeanCollectionDatasource($F{list},false) but that gives compilation error. Thanks in advance..
  6. Thanks CBox for your reply, that makes sense. I will keep the display of Page # of # in master report itself.
  7. Everyone knows the standard solution for showing "Page # of #", i.e. making two text fields with $V{PAGE_NUMBER} and keeping their evaluation time as Now and Report respectively. I would like to make the page footer part of my every report as a common report, which in turn will be used as a subreport in master. I pass $V{PAGE_NUMBER} as a parameter to subreport but I cannot achieve the same thing as I can in master report. Can I have some work around for this? Thanks in advance.
  8. I am using crosstab in my report and I want it to be center aligned if space required is less than page width. Suppose on every page 5 columns are rendered and entire page width is utilized. If data turns up with less than 5 columns it should be exactly in center of page. Is it possible to achieve? Thanks in advance.
×
×
  • Create New...