Initializes a new instance of the C1AnchorText class.

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

Syntax

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

Parameters

name
Type: System..::..String
The anchor's name.
description
Type: System..::..String
The anchor's description.

See Also