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 built from scratch examples of subreports and cross tabs, exploring the capabilities offered by Pentaho Reporting. You built a master-detail subreport, which demonstrated the use of the parameters passed between the two. You also built a subreport containing the index of data (in our example, customer names). To have a reference for your future developments, you also read about a list of possible uses of subreports in advanced practical cases.

You also built cross tab reports based on MDX and SQL queries. These cross tab reports contained multiple row and column headers, and displayed summary data regarding sales numbers and actuals, budget, and variance.

Now that you have read this chapter, you should feel comfortable with all the features of Pentaho Report Designer (not only about subreports and cross tabs). From here ahead, the book will continue discovering Pentaho Reporting SDK from a development perspective. If you are a developer or an information technologist...