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

Summary


In this chapter, you have walked all the way through a complete reporting example, with step-by-step instructions on how to create a Pentaho report with your preferred layout. You started off learning how to install Pentaho Report Designer together with the SampleData schema on a HyperSQL database, used to train and experiment Pentaho Reporting's features. Hopefully, you installed Pentaho Report Designer into your laptop, because it will be used along with all the exercises of this book.

After the installation, you moved the first step with the user interface and you walked through the creation of a report using the easy wizard available in Report Designer. After completing the task, you learned how to preview it and how to toggle between design and preview mode, as best practice in report development. To complete the report's life cycle, you saw how to save it into the file system for future use and safe storing. Last but not the least, you saw how to open the report again, to start...