Initializes a new instance of the C1Hyperlink class, assigning its LinkTarget to a C1LinkTargetDocumentLocation associated with the specified ParagraphObject.

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

Syntax

C#
public C1Hyperlink(
	ParagraphObject paragraphObject
)
Visual Basic
Public Sub New ( _
	paragraphObject As ParagraphObject _
)

Parameters

paragraphObject
Type: C1.C1Preview..::..ParagraphObject
The ParagraphObject to set as the target of the current hyperlink.

See Also