Featured Post

Applying Email Validation to a JavaFX TextField Using Binding

This example uses the same controller as in a previous post but adds a use case to support email validation.  A Commons Validator object is ...

Sunday, March 6, 2011

[TUTORIAL] A Jasper Report in Under 9 Minutes

In under 9 minutes, you can create a Jasper report using iReport. This tutorial shows how to build a report using a MySQL Datasource.

3 comments:

  1. Where the query database you input into jasper report?

    ReplyDelete
  2. To set up the database, take a look at this post

    http://bekwam.blogspot.com/2011/03/setting-up-mysql-datasource-in-jasper.html

    The query in the video is entered using the Report Wizard. The query can also be entered or modified using the Report Query button on the Designer toolbar.

    ReplyDelete