ActiveReports.Viewer6 Send comments on this topic.
HyperLinkEventArgs Constructor
See Also 
ActiveReports.Viewer6 Assembly > DataDynamics.ActiveReports.Viewer Namespace > HyperLinkEventArgs Class : HyperLinkEventArgs Constructor

button
The mouse button clicked.
Initializes a new instance of the HyperLinkEventArgs class and sets the specified values to the Button and HyperLink properties.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal button As MouseButtons, _
   ByVal hyperLink As String _
)
C# 
public HyperLinkEventArgs( 
   MouseButtons button,
   string hyperLink
)

Parameters

button
The mouse button clicked.
hyperLink
The hyperlink target.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also