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

Including static images in reports


Including static images in your Pentaho report is useful, because in that way you can add logos, and graphics in general, to make the final result more appealing for the users.

To include static images in your report, select the image icon (

) from the Report Designer palette and place it into your report. Double-click on the element, or right-click on it by selecting Edit Content, to bring up a resource dialog where you can browse to the specific file location. You may select the Link to option to link an external resource, or you may select Embed to include the image in the .prpt file.

Note

If you are in doubt, using the embedded image is always a good choice, as you can avoid the bad side effect of a change in the external link. When embedding the image, the dimensions of the .prpt file will be bigger.