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

Train yourself to learn faster


We have already mentioned that experience is the best teacher for a report developer. In this section, we shared some exercises you could develop by yourself, so you can try creating and customizing a Pentaho Report using Pentaho Report Designer.

If don't have Pentaho Report Designer already installed on your laptop, check Chapter 2, Getting Started with Report Designer, for a step-by-step description of how to install it. If one or more exercises appear too difficult, don't worry. In the next chapters, you will cover all the details of the development and you will become a real expert.

In the meantime, remember that the solutions to all the suggested exercises can be found in the https://github.com/fcorti/pentaho-8-reporting-for-java-developers repository, more precisely in the Chapter 04 - Creating a report with Report Designer/my_reports path.

  • Exercise 1: Starting from report_02.prpt, change the color of the orange bars to #77b3d4. As a suggestion, check the...