Link to the URL
Using this type of link, you can:
- navigate to the given internet address;
- execute some kind of system commands, for example,
mailto:for sending an email.
When clicking on the link of this type, the
System.Diagnostics.Process.Startmethod is executed with the link's value as a parameter.
You can indicate the value of the link by using two methods:
- indicate the value directly, for example, "http://www.fast-report.com";
- indicate an expression, which returns the value of the link. This expression will be calculated when you run the report.