Initializes a new instance of the C1LinkTargetFile class.

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

Syntax

C#
public C1LinkTargetFile(
	string fileName
)
Visual Basic
Public Sub New ( _
	fileName As String _
)

Parameters

fileName
Type: System..::..String
The name of the file to execute on hyperlink jump (can be a document, URL etc.).

See Also