Initializes a new instance of the C1Hyperlink class, assigning its LinkTarget to the specified C1LinkTarget.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public C1Hyperlink(
	C1LinkTarget linkTarget
)
Visual Basic
Public Sub New ( _
	linkTarget As C1LinkTarget _
)

Parameters

linkTarget
Type: C1.C1Preview..::..C1LinkTarget
The C1LinkTarget to set as the target of the current hyperlink.

See Also