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 Designer user interface components


In Chapter 2Getting Started with Report Designer, you discovered the composition of the user interface, and in Chapter 4, Creating a Report with Pentaho Designer, you used Report Designer to develop both very simple and complex reports, discovering most of the relevant features regarding designing and layout. Before completing the discovery of the whole features, as a reminder, let's recap in the following list the components you can recognize in Report Designer user interface, as shown in the screenshot that follows. This will be useful in the following sections, to discuss the details and the advanced features connected to design and layout.

  • The menu and toolbar on the upper part of the window
  • The report element palette, on the left, where you can select report elements for your report
  • The report canvas tab panel, which displays your reports
  • The report explorer panel with the structure tab (and the Data tab) which displays the entire report in object...