setHyperlink(row, col, hyperlink)
Creates a hyperlink for an individual table cell.
Parameter
row row index
col column index
hyperlink string or
inetsoft.report.Hyperlink.Ref object
Example
setHyperlink(1, 1, "Tutorial/Ad Hoc");
setHyperlink(1, 1, null); // remove hyperlink
See Also
Hyperlinks, in Report Design, for basic information on hyperlinks.
Using the onClick Handler, for other approaches to hyperlinking.
| << highlighted(name) | © 1996-2013 InetSoft Technology Corporation (v11.4) | presenter >> |