ActiveReports.Viewer3 Request technical support
HyperLink Property
See Also 


Gets the hyperlink target.

Syntax

Visual Basic (Declaration) 
Public Property HyperLink As String
Visual Basic (Usage)Copy Code
Dim instance As HyperLinkEventArgs
Dim value As String
 
instance.HyperLink = value
 
value = instance.HyperLink
C# 
public string HyperLink {get; set;}

Return Value

A string value that specifies the hyperlink target.

See Also