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

Report parameterization


Report parameterization allows the end users to customize results of Pentaho reports, by entering values that limit report datasets or trigger rendering decisions. Report parameterization is also useful to develop user filtering through the user interface.

In the following sections, you are going to see how to use the report parameterization, get acquainted with all the different types of report parameters, and learn how to create and use them, using the Pentaho Report Designer. During the description of the creation and use of report parameters, a practical example about a report filter will be presented.

Using report parameters

As presented in Chapter 6Configuring JDBC and Other Data Sources, there are many different options for providing data to Pentaho Reporting. All of them are grouped under the name data sources and each different type of data source has its own features, syntax, and reasons to be used.

Because of the different syntax and features, each data source...