Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletter Hub
Free Learning
Arrow right icon
timer SALE ENDS IN
0 Days
:
00 Hours
:
00 Minutes
:
00 Seconds

Pentaho Reporting: Building Interactive Reports in HTML

Save for later
  • 60 min read
  • 2009-10-26 00:00:00

article-image

Interactive HTML report properties

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

Unlock access to the largest independent learning library in Tech for FREE!
Get unlimited access to 7500+ expert-authored eBooks and video courses covering every tech area you can think of.
Renews at €14.99/month. Cancel anytime

This property allows the naming of the current HTML entity, setting the id attribute, making it possible to reference in outside scripts.

append-body

This property allows the placement of raw HTML within the body of the HTML document, prior to the rendering of the current element.

append-body-footer

This property allows the placement of raw HTML within the body of the HTML document, after the rendering of the current element.

append-header

Defined only at the master report level, this property allows the inclusion of raw HTML within the header of the HTML document generated. This location is traditionally used to load additional CSS files, as well as external JavaScript files.