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

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

Syntax

C#
public C1Hyperlink(
	RenderObject renderObject
)
Visual Basic
Public Sub New ( _
	renderObject As RenderObject _
)

Parameters

renderObject
Type: C1.C1Preview..::..RenderObject
The RenderObject to set as the target of the current hyperlink.

See Also