Jump to content
JasperReports Library 7.0 is now available ×

darya

Members
  • Posts

    30
  • Joined

  • Last visited

 Content Type 

Forum

Downloads

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Security Advisories

Events

Profiles

Posts posted by darya

  1. But how does it looks when I have a say StateGroup into which CityGroup is embedded :(

     

    How would you then implement the counter :unsure:

     

    The CityNo should always start from the begin with each new state.

     

    Any hints?

  2. Calm down.

     

    First of all I did help myself in this thread :) .

     

    Second, I was very nice to share my wisdom here, and this even for FREE ;) .

     

    Third, don't you think you should restrain yourself a little bit before insulting me :sick: ?

     

    I think the emoticons I used in my posts all speak for themselfs. If YOU feel upset send a private message to me but don't do it in public, if you want beware your social behavior.

  3. Ok, seems that I had to answer this question myself :S .

     

    I got my own class integrated with iReport and share the steps with you as shown below:

     

    go to your jasperreports home directory

    go to the lib directory and copy jdt-compiler-3.1.1.jar into your clipboard

    go to your iReport home directory and paste jdt-compiler-3.1.1.jar into the lib directory

    rename or delete the original file jdt-compiler.jar

    start your iReport

    go to the file menu Tools->Options and click the Compiler tab folder

    Under Compiler select JDT Compiler (need jdt-compiler.jar) and click Save

    to add your class to iReport's classpath, go to menu Tools->Classpath

    add your own class and click on Save classpath

    [/ol]

     

    I do this broad explanation because I saw this similar question asked again and again. This feature of using one's own class is not well documented (at least I couldn't find a hint :blink:).

     

    When one moderator read this, I recommend that we create a FAQ list with common problem solutions explained like this one.

     

    Regards,

    darya

  4. Hi,

     

    create a new group. Go to your iReport file menu, click on View and submenu Report Groups. There you can add a new group which gives you three new bands (one for header, detail and footer)

     

    Regards,

    darya

  5. It seems that I wasn't clear with my question :unsure: .

     

    The $P{myLongParameter}.toString() is too less.

     

    I have a method that displays the duration, say

    public String getDuration(long l) {...}. This method displays the duration as I want it to be displayed.

     

    The question is now, how can I make this method known to iReport?

     

    Regards,

    Darya

  6. What do you mean by conditional stylesheet :sick: . I could follow Monika. But I don't know how a conditional stylesheet works here.

     

    Isn't iReport creating the whole thing?

     

    Anyway Monika's way sounds good for me, I only have the problem that I don't know how to set the background color for my 2nd rectangle. At least not with iReport-1.1.0 :(

     

    Is it possible at all. Or do I have to add the background color by hand in iReports' created .jrxml file?

     

    I can't simply upgrade to iReports-1.2.5 because I depend on JasperReports jasperreports-1.1.1.jar JAR file and have no authority to change that :whistle: .

     

    Regards,

    Darya

×
×
  • Create New...