Gets or sets a URL address that can be used in the viewer's HyperLink event to navigate to the specified location. The URL is automatically converted into an anchor tag or a hyperlink in HTML and PDF exports.
[Visual Basic]
Public Property HyperLink As String
[C#]
public string HyperLink {get; set;}
[C#]
private void Detail_Format(object sender, System.EventArgs eArgs) |
[Visual Basic]
Private Sub Detail_Format(ByVal sender As Object, ByVal e As System.EventArgs) Handles Detail.Format |
Picture Class | Picture Members | HyperLink
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.