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

tonydb

Members
  • Posts

    5
  • 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 tonydb

  1. Hi there, We want to reduce the complexity of the SQL in our reports and have reports just basically run on summary type data. We are, at present, using Java code which uses the Jasper Libraries to generate our reports. We are going to change to the Community Edition of the Jasper Reports Server soon. Is it possible to pass a cursor (from an Oracle database) to a Jasper Report? or would it be better to have the data written to summary tables and the reports simply select * from the summary table? Thanks in advance regards
  2. Hi there, We currently use the Jasper Reports Library solution and generate our reports ourselves in java code. We, however, want to move the reports to their own dedicated reports server (Community Edition) and call them via web services. What is the fastest/best way to get a lot of reports into the report server and modify their file based image resources to something that will work in Jasper Reports Server? Thanks
  3. Hi there, Does the fact that no one has replied mean that no one uses themes with the charts built into iReport? Thanks
  4. Hi All, Our developers have noticed that in iReport you can set a graph's theme and they have selected the eye.candy.sixties theme for their reports. However, when generating a PDF (running the report) from within our Java code we get the following exception: net.sf.jasperreports.engine.JRRuntimeException: Chart theme 'eye.candy.sixties' not found. I could only find jasperreports-chart-themes-3.5.1.jar as a download. It is, obviously, not as simple as just including this JAR in our libraries as I have done with the jasperreports-3.7.4.jar (and associated jars) So I have several related questions 1. Are themes still ok to use in 374 and upwards? 2. How do I get the eye.candy.sixties theme to be found at runtime? we are using JasperReports 3.7.4 Thanks in advance
  5. Hi there, Does anyone have an approach to booking created reports (.JRXML, .jasper and associated images) into SVN (subversion) and then creating a dev, qa and production release of this? Especially when dealing with things such avoiding broken reports for one which is now in production, but is changed on dev because of table changes etc. Thanks
×
×
  • Create New...