Use hyperlinks to allow users to jump to a Web page for further information.
To add a hyperlink
- In the Layout view of the report, right-click the report item you want to link to a Web page and choose Properties.
- Select the Jump to URL radio button.
- Type or use the expression editor to provide a valid Web page address.
To add a hyperlink to a FormattedText report item
- In the Html property of the FormattedText report item, enter HTML code like the following.
<body><a href="http://www.datadynamics.com">Data Dynamics</a></body>
Currently only the Image, TextBox, and FormattedText report items support hyperlink actions.
Reference
Hyperlinks