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

Interactive reports in HTML


With Pentaho Reporting, it is possible to define highly customized interactive reports in the HTML/JavaScript environment. Pentaho Reporting defines a set of properties which, when specified, allow for rich interactivity between the user and the report. In this section, you will get an overview of these properties, along with a rich example that demonstrates potential uses.

In Chapter 5, Design and Layout in Report Designer, you have already learnt everything about the HTML properties, but here we would like to again share the details of the properties for better understanding:

Name

Description

class

This property sets the class attribute of the current HTML entity to the specified value.

name

This property sets the name attribute of the current HTML entity to the specified value.

title

This property sets the title attribute of the current HTML entity to the specified value.

xml-id

This property allows the naming of the current HTML entity, setting the id attribute, making...