Initializes a new instance of the C1Hyperlink class, assigning its LinkTarget to a C1LinkTargetAnchor associated with the specified anchor name.

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

Syntax

C#
public C1Hyperlink(
	string anchorName
)
Visual Basic
Public Sub New ( _
	anchorName As String _
)

Parameters

anchorName
Type: System..::..String
The name of the C1Anchor to set as the target of the current hyperlink.

See Also