Adds an anchor (C1Anchor or C1AnchorText) at the current position in the document. Can be used only if IsStartEndDocMode is true.

This method is equivalent to AddAnchor(String, String, Object) with the last two parameters (description and user data) specified as null values.

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

Syntax

C#
public void AddAnchor(
	string name
)
Visual Basic
Public Sub AddAnchor ( _
	name As String _
)

Parameters

name
Type: System..::..String
A string assigned to the Name of the anchor.

See Also