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

FlexTech

Members
  • Posts

    6
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Security Advisories

Downloads

Posts posted by FlexTech

  1. Hi to all,

     

     

     

    I am quite new with Jasperreport. Can you please help me with a little problem exporting my report into PDF with page breaks or not . So I saw there is a parameter"IS_IGNORE_PAGINATION" wish can be set to TRUE or FALSE.

     

    The problem is when i set it to false i get my result with 80 pages wiht page breaks(remarks: I group my element people and start a new page for it). But when i set "IS_IGNORE_PAGINATION" to TRUE, I got a blank page

     

    My second parameter works fine.

     

    Here is my code :

     

     

     

    HashMap hm =new HashMap();

     

     

    hm.put("IS_IGNORE_PAGINATION",Boolean.TRUE);hm.put("Test","My name");

     

     

    JasperPrint print = JasperFillManager.fillReport("people_details.jasper",hm,cxt);

     

     

    JasperExportManager.exportReportToPdfFile (print, "./pdf/people_details"+".pdf");

     

     

     

     

    Thanks a lot for your help. :-))

     

    Post edited by: FlexTech, at: 2007/08/11 09:21

    Post edited by: FlexTech, at: 2007/08/11 09:22

  2. Hello,

     

    I'm trying to generate a report in CSV but the symbol € does not appears and i have a ? instead.

     

    This expression does not work:

     

    Code:
    "  €"«»): (new String("0,00  €"«»))

     

    i already try this:

     

    Code:
    [code]" U20AC"«»): (new String("0,00 u20AC"«»))

     

    but not working.

     

    Thanks for your help.

×
×
  • Create New...