Adds an anchor (C1Anchor or C1AnchorText) at the current position in the document.
Can be used only if IsStartEndDocMode is true.
Namespace:
C1.C1PreviewThis method is equivalent to AddAnchor(String, String, Object) with the last parameter (user data) specified as null value.
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.