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

dhamayanthikd

Members
  • Posts

    9
  • Joined

  • Last visited

dhamayanthikd's Achievements

Rookie

Rookie (2/14)

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

Recent Badges

0

Reputation

  1. Any updates to this problem. It will be really helpful for me to solve
  2. I want to use some of the static images in my report. Im not very sure to go with some good approach. My requirement is just to have some static images like logo. is there anyway that can we just copy the image and paste (embed) in the image position. if not, what option i should use? I could see, image expression that can be a string, file, url or input stream. Also i want to give relative path to the images, ie the path of the image will be "config/ui/images/" from the classpath or en/locales. Which one i should use? If i give the image path like this, will i be able to preview the report in ireports itself? Also what is lsLazy? to increase the performance, can i check this. so that image will be preloaded? Please guide me and thanks for your time.
  3. I'm using iReports to design the jasper reports and I have static and dynamic data to place on the report. I want to insert page break on certain places so that i will get 3 pages of report. I dont find any pallate item to insert , so i m adjusting the band (i have multiple bands and making split prevent) height to fix in a page, but still not 100% success. becoz smaller band goes to next or the big band goes to next page. some how im adjusting the size and I m able to preview as i wanted, but when I print its not as expected. Sometimes one extra blank pages is printed as a 4th page. so basically i want to know how to insert page breaks manually. Any help would be appreicated and thanks for your time.
  4. "That's why the manual page-break element would be helpfull in some cases." How can we insert manual page break. Im setting A4 size page and preivew from the Jasper viewer shows perfect. But when I print it is not. Is there any way to insert page break manually wherever we want? Thanks for your time.
  5. Hi, Thanks for your quick reply. Im going to print it out. So Not exporting to pdf or something else. Just seeing in the Viewer. below is the code Code:File jrPrintFile = new File(reportName + EXT_JRPRINT); try { JasperPrint jasperPrint = (JasperPrint) JRLoader .loadObject(jrPrintFile); // try with .jrprint file not an object JasperViewer.viewReport(jasperPrint, false); } catch (JRException e) { logger.error("Error Viewing .jrprint file" + e); }
  6. Is there any way to use "Wingdings" font, as i need to show a tick mark (as checked boxes) on the boxes to show them as that is selected. When i searched this issue in forum, i got a link where they say to create a image to achieve this. So I want to know, is this issue fixed in ireports/jasper or still have to use that work around only. Please guide me. Thanks for your time.
  7. Thanks Giulio. I tried static text to put my text, but still formatting is the problem. Anyhow I will go on with this, as I dont have much idea of how to write export formats. Thanks Again.
  8. I need to create a three pages report where the 2nd and 3rd pages has to get data as OLE object, (like we do in Crystal Reports). ie. Im having an MS Word Document with text (formatted) , i need to get this in my ireport. how can i do this?
×
×
  • Create New...