Jump to content
Changes to the Jaspersoft community edition download ×

svenn

Members
  • Posts

    1,063
  • Joined

  • Last visited

  • Days Won

    1

 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 svenn

  1. At the minimum you will want to upgrade the following jar files iText-#.#.#.jar jasperreports-4.0.2.jar jcommon-#.#.#.jar
  2. Have you looked at the HTML source that is being produced? The image path will be http reference to your image. It sounds like you browser can not access the image on your server.
  3. The biggest problem you face is that JFreeChart does not allow you to position bars absolutely. It position bars relative to all the other elements in the bar chart. In addition to change any of the properties such as these you need to create a chart customizer. Do a Google search on Jasper Chart customizer. You can also check out the JFreeChart forums. They have helped me in the past when I've created Chart customizers.
  4. Yes it's possible but it was not easy. We run our reports through a servlet that accesses the Jasper API. We then created a module that takes HTML created by the Jasper HTML exporter and embed it in the body of an email.
  5. Might want to look at the csv metadata exporter. I found this little gem and plan to use it if when we upgrade to 4.# some time down the road. http://jasperreports.sourceforge.net/sample.reference/jasper/index.html#csvmetadataexport
  6. See this post http://jasperforge.org/plugins/espforum/view.php?group_id=102&forumid=103&topicid=79120
  7. You will need to update the jars to the latest version. If you have written your own server to run the reports it should still work with 4.5. We upgraded from 1.3.3 to 3.7.4 without changing any of our backend code used to execute the reports. You do not need to re-write any of you jrxml files though it would be a good idea to recomile them with the lastest version.
  8. We created standard landscape and portrait templates. All of our developer are required to use them when developing a report. I like what suki has created.
  9. html style only supports these tags <b>, <u>, <i>, <font>, <sup>, <sub>, <li>, or <br>.
  10. shivapriyasg HTML only support simple format tags. At the top of this forum there is a pinned thread giving driections on where to get the Jasper Ultimate Guide. I suggest you download a copy. It covers this information.
  11. You will need to create a chart customizer to control the colors. Something like what I refer to in this post http://jasperforge.org/plugins/espforum/view.php?group_id=83&forumid=101&topicid=87942 You will also have to change the orientation of your chart.
  12. Try this forum http://jasperforge.org/plugins/espforum/browse.php?group_id=400&forumid=254
  13. I test my queries outside of iReport in a query tool. For MySQL I like "Toad for MySQL"
  14. To clarify you want to create for example a pdf with a YouTube video in. So when the person opens the document. they will see the YouTube in a frame and be able to click it to execute it. Hmm I think that is beyond a template. You could put a hyperlink to a video in the report. If you are running the report on Jasper Sever you could put in the YouTube video frame as one component of a mashup.
  15. You need to run it through a server with a scheduling engine. Either you can user Jasper Server or you can create your own scheduler. Quartz is a propular engine to use.
  16. I assume you are actually trying to change the login page for Jasper Server. Better place to ask this would be in the Jasper Server forum.
  17. You need to create a front end to collect this information. Either program it yourself or run the report under Jasper Server which would give you some of the functionality that you are looking for.
  18. The pop ups exist for testing the report in iReports. If you want to pass parameters from your you will need to create the infrastructure to do this. How are you currently executing your reports?
  19. It has something to do with how the newer version of iReport based on the NetBeans platform behaves. It seems to get slower and slower as you continue to use it until it gets to the point where it is unusable. Some have suggested increasing the memory available to the application but I tried that and it did not make a difference. What I end up doing was uninstalling and reinstalling iReport. It zipped right along after. Not the best solution. Hopefully JasperSoft will address this issue.
  20. That link is for the charting package that comes with the community edition (JFreecharts). simop is asking about the newer charting package that comes with the professional version.
  21. Minimum you would have to update jasperreports-3.5.2 jar to the newer version of Jasper that you are using.
  22. This forum is for the reporting engine. This question would be better asked in the Jasper Server forums.
  23. Yes but unless things have changed that functionality only exist to test your report in iReport. It does not get activated when you run the report outside of the tool.
×
×
  • Create New...