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 completed the journey into the advanced features of Pentaho Reporting from a development perspective. With the help of practical and useful examples, you started by learning how to develop a Pentaho report in different languages with the support of the Java i18N. Then you saw how to develop a subreport programmatically using Java and, in the end, you saw how to develop cross tabs using Java.

Now that you have read this chapter, you should feel comfortable with the Pentaho Reporting Engine and all the technical details around developing a Pentaho report programmatically. This is an advanced task for developers, creating complex Pentaho reports that are embedded in your custom projects using Java.

As a developer, in the next chapter you will see how to build interactive reports based on events. Event bindings are defined in Pentaho reports, making it possible to receive event notifications from within a report.