-
Book Overview & Buying
-
Table Of Contents
Pentaho Reporting 3.5 for Java Developers
By :
In addition to defining interactive reports in Swing, it is also possible to define highly customized interactive reports within the HTML/JavaScript environment. Pentaho Reporting defines a set of properties, which when specified, allow for rich interactivity between the user and a report. In this section, you will get an overview of these properties, along with a rich example that demonstrates potential uses.
All reporting elements share a common set of HTML-related properties that may be used to create a dynamic report. Below is a list of properties and their uses:
|
HTML Properties | |
|---|---|
|
class |
This property sets the class attribute of the current HTML entity to the specified value. |
|
name |
This property sets the name attribute of the current HTML entity to the specified value. |
|
title |
This property sets the title attribute of the current HTML entity to the specified value. |
|
xml-id |
This property allows the naming of the current... |
Change the font size
Change margin width
Change background colour