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

Obtaining the Pentaho Reporting SDK


In Chapter 2, Getting Started with Report Designer, you saw where to find all the Pentaho Reporting tools: at the SourceForge website (https://sourceforge.net/projects/pentaho), particularly in the Report Designer folder of the Files repository. In the Report Designer folder, you find a ZIP file called pre-classic-sdk-*.zip, containing the whole Pentaho Reporting SDK. As you can imagine, download the ZIP file into your laptop and that's all. As introduced for Report Designer, the distribution packages are always free for downloading and no fee or costs should be required.

Once you have downloaded the distribution package of Pentaho Reporting SDK, create a directory on your machine and unzip the contents inside. This is all you have to do to get Pentaho Reporting SDK available in your environment. Before moving forward, note the PDF file called embedding_pentaho_reporting_engine in the documentation folder. This file is extremely useful and we highly recommend...