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

Chapter 14. Building Interactive Reports

In this chapter, you will learn to enable interactive functionality in reports. Interactive reports are less common, but allow for interesting behaviors in various output formats. Each type of interactive approach covered in this chapter is based on a particular layout engine. You will learn about HTML interactive options by creating examples that demonstrate their capabilities. By definition, interactive reports are based on events. Event bindings are defined in the report definition, making it possible to receive event notifications from within a report.

This chapter is highly technical and written as a tutorial for pure Java developers. By the end of this chapter, you would have learnt how to modify report definitions to generate hyperlink events and many different HTML or JavaScript events, and how to modify the report HTML document object model dynamically when events are triggered from the report.