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

slaisne

Members
  • Posts

    69
  • 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 slaisne

  1. I've a report with a detail band with 5 columns.

    Each page can receive 5 columns and 2 details = 10 elements

    If I hope to put 12 elements: 10 on one page and 2 on other page, I obtain an error: band overflow.

    So, I put my element in a group footer.

    I've no error, but each element is on the first column.

    My question: is it possible to don't reset the column number for each group?

     

    Thanks a lot.

     

  2. Does JasperReports support OpenType font format.

    I know, it's not for special attributs available in OpenType, but if JasperReports can read this format like TrueType.

     

    This is because, I want to buy font package, and I prefer to buy OpenType fonts

  3. In order to control the position of the group header, you have several attributs like 'start on new page', 'start on a new column'.

    When you create a group, a variable is cretaed at the same time.

    But at runtime, you don't need to known the exact position.

  4. I've done the same think like burasami.

     

    I develop a specific object which return the report as an InputStream.

    This object have have only one method get(String templateName).

    If I'm under iReport, this objects returns the template under a working folder, whereas in the server side, it returns the template persisted.

     

    With this maner, you obtain a standard report, and you just need to plug specific object

  5. The purpose is to use scriplet with an application server context.

     

    scriplets are contextual with report templates, so when I build a report, I need to find the scriplet in the classpath.

    but scriplet may be hot deployed, and not present in the application server classpath.

     

    Have you this issue?

  6. No, you've to design just one sub-report for one column, and to put it in the first column in the main report.

    JasperReport duplicate it on the other column.

     

    Main report

     

    +--------+--------+--------+--------+--------+--------+

    |+------+| | | | | |

    | | | | | | |

    |sub report| | | | | |

    | | | | | | |

    |+------+| | | | | |

    +--------+--------+--------+--------+--------+--------+

     

    sub-report

     

    +--------+

    + field +

    +--------+

    + data +

    + data +

    + data +

    +--------+

  7. I have a simular problem, and I solve it with a sub-report which describe one column.

    Field is in the column header,

    Data: in the detail.

    The main report just display the subreport.

    The main is composed with n colum and an horizontal progress qay.

×
×
  • Create New...