Initializes a new instance of the C1LinkTargetAnchor class.

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

Syntax

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

Parameters

anchorName
Type: System..::..String
The name (Name) of the target C1Anchor.

See Also