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 a Pentaho report


As we discussed in Chapter 2Getting Started with Report Designer, the creation of a Pentaho report starting from a blank report is an alternative to using the Report Design Wizard. Neither of the two ways is better than the other. Each way has advantages and disadvantages, and you should mature your own idea after some practice.

The development starting from a blank report is suggested if you want to have full control over the details and behaviors. The development using the wizard is suggested if your goal is to develop a standard report, quite simple in terms of structure, and also simple in terms of layout and customizations.

Note

Let's underline again one best practice: some developers prefer to start modifying a report built with the wizard, instead of starting from scratch. In principle this is not bad, but what can be experienced is that you have less control over some details, especially in fine tuning of the layout or some unexpected behaviors in particular...