In this post I will show you how to use XML as data source in Jasper Reports.First we will create the XML data from a table in MySQL database. In this example I will use Yii application to generate the XML and will integrate it with Jaspre Report. If you don’t know how to create the […]
Category: Business Intellegence
Create Report using Jaspersoft Studio
In this post I will show you how to create a report with grouping using Jaspersoft Studio. Here I am using Wamp server for development. First you can create a database using phpMyAdmin. We will create a database named ‘report’. Next we will create three tables named student,subject and mark. Fisrt table student will have two coloumns […]
Jasper Reports Reporting Tool
Hello! This is the first post in this site. As the title says this is about a reporting tool known as Jasper Reports. It is a java reporting tool which is open source that can write to a variety of targets, such as: into HTML,PDF, Microsoft Excel,screen, a printer, Comma-separated values, RTF, ODT or XML files. Jasper […]