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

Resources for localization


As introduced previously in the chapter, the localization of a Pentaho report requires some resources to resolve the keys declared in the report elements. Starting from the Report Designer user interface, you can access the resources from the upper menu, in File | Resources.... Once selected, the Resource Editor will appear as shown in the following screenshot:

In few words, the Resource Editor is nothing more and nothing less than a manager of property files. By default, it contains the default file (translations.properties), but you will soon learn how to add and remove other property files. The property files defined here are part of the Pentaho report and for this reason are stored directly in the .prpt file.

Using the buttons on the right, you can create, edit, remove, and even import/export property files. We will not detail the behavior of each button here, because it is supposed to be easy to understand, considering that it is nothing less and nothing more...