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

Introduction to the user interface


Now that you have Pentaho Report Designer installed in your environment and you know how to launch it, let's move another step forward, introducing the user interface. After launching the Pentaho Report Designer, you will notice the following six main graphical components. All together, the components work with the unique goal to create the report. From the top left to the bottom right of the window, you can recognize:

  • The menu and toolbar, where you can request the execution of all the possible actions on reports
  • The report element palette, where you can select report elements for your report
  • The report canvas tab panel, which displays your report
  • The report explorer panel, with the Structure and Data tabs, displaying the entire report in object tree form
  • The element properties panel, displaying all the styles and attributes associated with the currently selected report element
  • The messages panel, displaying warnings and errors related to the currently opened...