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

Hiding and showing bands


In the previous sections, you learnt much about the report's structure through the report explorer and its hierarchical definition, from the root called Master Report to the first level represented by the bands, and the sub-elements defining the visible content of the report. This section describes the possibility of hiding (or showing) some elements, to customize the final report's layout.

As an example, you can focus your attention to the structure shown in report explorer and the visible bands (and content) in the report canvas. As introduced earlier in the chapter, by default, the report canvas shows the Page Header, Report Header, Details, Report Footer, and Page Footer bands. But taking a look at the report's structure, you can also find the Group element with nested Group Header, Details Header, Details Footer, and Group Footer bands. As you can easily imagine, the last set of bands come hidden by default.

To show the hidden elements (usually bands) or hide...