Use hyperlinks in a report

Use the id and href properties to add hyperlink functionality to a report.

The id and href properties can be specified for text and images in the following containers: wordBox, wordWrapBox, decimalFormatBox, pageNoBox, referenceBox, imageBox, and htmlBox).

id
Can be used to create an anchor in the document. Nodes can be identified with a unique id and then used as the target of a hyperlink.
href
Can be used to define a hyperlink pointing to any resource on the Internet, local disk, or any anchor inside the document. The href should be defined using the URI syntax. For example:
http://www.google.com 
mailto:santa.clauss@northpole.com
file:///C:/animals/images/honey_badger.jpg
#ref 

Hyperlinks are not supported in reports output to Image, Printer or Postscript formats.