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

xzy_329

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

Posts posted by xzy_329

  1. I add 3 JasperPrints into a print list,。

    I want the first one to be a table of contents, can I set a hyperlink pointing to the following JasperPrint in it?

     

    waiting for your kingdly reply,Thanks~

  2. Hi, Lucian

    Thank you for your reply,but now I still have another problem: the bookmarks are organized by template(jrxml) but not by whole report

    for example, I prepare 3 template: A.jrxml, B.jrxml, C.jrxml,and JasperPrintA, JasperPrintB, JasperPrintC using template A, B, C. I add JasperPrintA, JasperPrintB, JasperPrintC  into a print list and set it to JRPdfExporterParameter.JASPER_PRINT_LIST

    The bookmarks printed are organized by JasperPrintA, JasperPrintB and JasperPrintC seperately as below:

    + bookmarkA

    + bookmarkB

    + bookmarkC

    What I want is like this:

    - bookmarkA

       |- bookmarkB

       |- bookmarkC

    I mean bookmarkA is the top level, and bookmarkB and bookmarkC are down level of bookmarkA

    Could I Make that?

     

    Waiting for your kindly reply and thank you in advance!

  3. I print many JasperPrints together into one PDF file and set the param as below:

    pdf.setParameter(JRPdfExporterParameter.IS_CREATING_BATCH_MODE_BOOKMARKS, true);

    but the bookmarks are printed just one by one,how to make bookmark like attaching pic

     

    by the way, can jasperreport make directory like Word doc?

     

    thanks a lot!

×
×
  • Create New...