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

kriegerd

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

Downloads

Posts posted by kriegerd

  1. Hello everyone,

     

    I have a report with styled text. When I used the jasper viewer everything is ok. But when I export it to pdf, only one underline is exported. I have only bold text here and there and it's not exported.

     

    Can anyone tell me why?

    I'm using JasperReports 1.3.2.

     

    Thanx in advance

  2. I'm kind of desperate here... I'm thinking of declaring a method "getMe()" that returns the current instance, so that I can declare a field "me", and through "me" access the stuff I want to access.

     

    Of course, this horrible horrible thing implies messing up my code :( ...

     

    Does anyone have a better idea to stop this!!!???

     

    Thanx again

  3. Hello everyone, I want to create a variable that counts every group in a report. I have the following variable declaration:

     

    Code:
    <variable name="busRouteNumber" class="java.lang.Integer" resetType="Group" incrementType="Group"
    incrementGroup="busRouteGroup" resetGroup="busRouteGroup">
    <variableExpression>new Integer($V{busRouteNumber}.intValue() + 1)</variableExpression>
    <initialValueExpression>new Integer(0)</initialValueExpression>
    </variable>

     

    It seems that the variable is not being calculated for every change in the group, but rather for every record in the report :S. Could anyone tell me what I'm doing wrong?

     

    Thanx in advance

×
×
  • Create New...