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 4. Creating a Report with Report Designer

In the previous two chapters, you learned the basis of Report Designer and Reporting Software Developers Kit (SDK). Reporting Engine has been treated as part of the other two tools. In this chapter, you are going to use Pentaho Report Designer again, with the goal to better understand it and start becoming a real expert. With this chapter, starts a collection of six chapters entirely dedicated to the desktop reporting tool. Starting from here, you will see all the advanced features, with the goal of being able to develop the best reports for your manager and customers.

To get started, you will first learn how to develop a Pentaho report from scratch, not using the Report Design Wizard as you did in Chapter 2, Getting started with Report Designer. The manual creation of a Pentaho report will give you the opportunity to see in action, all the features (basic and advanced) of the Pentaho Report Designer. As usual, the description will be driven...