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

Previewing the report


Now that the Report Design Wizard has completed its job, you have a fully featured report in your Pentaho Report Designer. The following screenshot shows what the user interface looks like:

Note

If you don't understand the details of the structure and the meaning of each label, don't worry. In the later chapters, we will cover all the details about the Pentaho Report Designer and you will practice a lot to became a real expert of the entire tool.

Before any other task, let's update the title and subtitles to make them more meaningful. To modify the title, double-click on the Report Title text and replace the content with My first report. After this, double-click on SubTitle 1 and SubTitle 2 and remove the text in both. At the end of the changes, the titles should look like the following screenshot:

Now that the title has been modified, everything seems to be ready to preview the report in its final version for the users. To cover this need, Pentaho Report Designer has a...