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

Considerations for different output formats


Depending on your output format, there may be differences in the rendering of your designed report. You will cover some of the more common issues faced when rendering to various output formats. When developing your report, make sure to preview the report in the formats you plan to render in, in order to avoid any surprises after the publishing of your report.

Cell output

When rendering to CSV, Excel, RTF, and in some respects to HTML, cell layout becomes an important issue. The Pentaho Reporting Engine does its best to determine the most appropriate cell layout for your report, but certain practices are necessary to ensure a nice looking report.

Alignment of elements is critical when dealing with cell output. Make sure all horizontal and vertical alignments are accurate. Even with subtle differences in horizontal or vertical locations, the report-to-cell-rendering algorithm can experience difficulties.

The following screenshot shows an illustrative...