See Also

Picture Class  | Picture Members  | HyperLink

Language

Visual Basic

C#

Show All

See Also Languages ActiveReports Send feedback to Data Dynamics

HyperLink Property

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;}

Example

[C#] 

private void Detail_Format(object sender, System.EventArgs eArgs) 

    this.Picture1.HyperLink = "mailto:support@company.com"; 
}

[Visual Basic] 

Private Sub Detail_Format(ByVal sender As Object, ByVal e As System.EventArgs) Handles Detail.Format
   Me.Picture1.HyperLink = "mailto:support@company.com"
End Sub

See Also

Picture Class  | Picture Members  | HyperLink

 

 


Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.