Initializes a new instance of the C1LinkTargetDocumentLocation class.

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

Syntax

C#
public C1LinkTargetDocumentLocation(
	IDocumentLocation documentLocation
)
Visual Basic
Public Sub New ( _
	documentLocation As IDocumentLocation _
)

Parameters

documentLocation
Type: C1.C1Preview..::..IDocumentLocation
The target object (must support the IDocumentLocation interface).

See Also