Book Image

Pentaho 8 Reporting for Java Developers

By : Jasmine Kaur, Francesco Corti
Book Image

Pentaho 8 Reporting for Java Developers

By: Jasmine Kaur, Francesco Corti

Overview of this book

This hands-on tutorial, filled with exercises and examples, introduces the reader to a variety of concepts within Pentaho Reporting. With screenshots that show you how reports look at design time as well as how they should look when rendered as PDF, Excel, HTML, Text, Rich-Text-File, XML, and CSV, this book also contains complete example source code that you can copy and paste into your environment to get up-and-running quickly. Updated to cover the features of Pentaho 8, this book will teach you everything you need to know to build fast, efficient reports using Pentaho. If your interest lies in the technical details of creating reports and you want to see how to solve common reporting problems with a minimum of fuss, this is the book for you.
Table of Contents (25 chapters)
Title Page
Credits
About the Author
About the Reviewers
www.PacktPub.com
Customer Feedback
Dedication
Preface

Creating your first report using the wizard


Now that you have successfully installed Pentaho Report Designer and you are more confident with the user interface, in this section, you will walk through building a first complete report. The report you are going to develop will list all the products in the catalog defined in the SampleData schema and more precisely, stored in the PRODUCTS table.  Before you begin, create a directory called my_reports on your laptop, to manage the files you will develop in this book.

Note

In the GitHub repository available at https://github.com/fcorti/pentaho-8-reporting-for-java-developers, you can find the source code described in all the examples of this book. In the Chapter 02 - Getting started with Report Designer/my_reports folder, you can find the example described here, in the file named my_first_report.prpt.

Introducing the Report Design Wizard

There are a two possible ways to create a report with Pentaho Report Designer: starting from a blank report or...