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 parameter (user data) specified as null value.

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

Syntax

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

Parameters

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

See Also