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

jeipack

Members
  • Posts

    16
  • 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 jeipack

  1. Hi

    I have a problem and cant solve it by myself.

    If the Summery is on the last page without any other section (like Detail) the PageHaeder and PageFooter is not on this last page. Is there a solution to solve this problem?

     

    I was trying a lot of tricks, but nothing worked fine.

     

    Thanks a lot for your help

    jeipack

     

    PS: using version 1.3.1

     

    PPS: Sorry for post this problem again.

    I asked it some month ago. The answer was:

    http://jasperforge.org/sf/wiki/do/viewPage/projects.jasperreports/wiki/FAQ12

    Post edited by: jeipack, at: 2007/08/15 13:43

  2. Hi

    can i add a JasperPrint to an other JasperPrint and then put it into a JRViewer?

     

    something like that:

     

    Code:
    JasperPrint jp1 = JasperFillManager.fillReport(url.openStream(), parameters,
    new JRBeanCollectionDataSource(inspBean));
    JasperPrint jp2 = JasperFillManager.fillReport(url.openStream(), parameters,
    new JRBeanCollectionDataSource(inspBean));


    jrviewer=new JRViewer(jp1+jr2)

     

    bye

    jeipack

  3. Hi

    Im using the pageFooter and the summery. lastPageFooter = 0 (i dont using it). When the summery stand alone on the last page, the pageFooter is not shown. When the summery is not alone, the pageFooter is shown.

    Do you know what that is?

    How can i solve this problem?

     

    thx

    jeipack

  4. Hi

    I have some reports with many Charts on it. When I try to print one of this reports it produce a print job with over 500MB and thats too much!

    Is there any possibility to make the print job smaller?

     

    thanks a lot

    jeipack

  5. Hi there

    My Reports doesnt work.

    I tried to compile it with iReport and with japserreport. Everytime this error is shown me:

    Code:
    java.io.InvalidClassException:
    net.sf.jasperreports.engine.base.JRBaseReport;
    local class incompatible:
    stream classdesc serialVersionUID = 10200,
    local class serialVersionUID = 10101

     

    Im using iReport 1.3.1 and JasperReport 1.3.1

     

    In the JasperFillManager.java is this:

    * @version $Id: JasperFillManager.java 1229 2006-04-19 13:27:35 +0300 (Wed, 19 Apr 2006) teodord $

     

    Can you help me to solve this problem?

     

    Thanks a lot!

  6. Hi Forum

    I downloaded the new iReport 1.3.1 an now i get this error when i compile the Report with the JasperFillManager.java,v 1.11 2005/11/28 09:20:44 teodord Exp $

    When I compile it with the masive compiler in the iReport it works fine.

    .

    I'm an amateur in java an so i hope you can help me to update the JavaFillManager.

    When thats right i need at least v 1.2, is that right? (This Error is show me when I start a report who is compiled with the masive compiler from iReport 1.3.1)

    Code:
    java.io.InvalidClassException:
    net.sf.jasperreports.engine.base.JRBaseReport;
    local class incompatible:
    stream classdesc serialVersionUID = 10200,
    local class serialVersionUID = 10101

     

    thx a lot!!

     

    /e: oh sorry the text in the topic is cut.

    It was something with sectionHyperlink and itemHyperlink.

     

    But now you can forget this Problem, sorry for the Thread.

    Post edited by: jeipack, at: 2007/02/27 11:54

  7. I have done everything correctly

    if thats true it works right :laugh:

     

    You must not put your chart into the detail Band.

    Take for exaple the Summery Band and it works fine.

  8. Hi

    Is it posible to change the fontsize of the labels in a pie chart?

    The Problem is my labeltext are as length that the label needs 2 lines. And with this big labels they overlaps (-> you can only read the first line).

    .

    I'm sorry for my bad english and hope you understand me anyway :)

    .

    Thanx a lot

    greez

    jeipack

    .

    PS: when it isnt posible to change that in the iReport-GUI, maybe i can change it in the xml file?

    Post edited by: jeipack, at: 2007/02/26 11:24

×
×
  • Create New...