Jump to content
Changes to the Jaspersoft community edition download ×

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

Everything 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. I'm having the same problem!!... I need the current object in a Pojo datasource. If anyone knows this I would really appreciate it. Thanx in advance
  4. 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
  5. It can't be done that way as Doug said. There should be a number formatter formatter somewhere that could parse the number properly
×
×
  • Create New...