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 2. Getting Started with Report Designer

After the introduction of Pentaho Reporting and an overview from twenty thousand feet, in this chapter, you will start with a practical hands-on session, learning how to run Pentaho Report Designer for the very first time. In addition, you will take your first steps in creating a report with your preferred layout, using some initial data as an example.

You will begin by setting up an environment for building reports. From there, you will walk through some initial details of the user interface, like menus, toolbars, report element palettes, report canvas tab panels, report explorer, element properties, and messages. After learning more about the user interface, you will walk through the creation of a report from scratch. At this stage, you will be using the easy wizard available in Pentaho Report Designer, to make the session more practical, you will see how to save your report in the filesystem. This will be useful to store it safely for the...