Describes a C1LinkTarget pointing to an external document, file or URL. The hyperlink jump is performed using the ShellExecute OS shell API, so the result depends on the operating system and installed programs.

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

Syntax

C#
public class C1LinkTargetFile : C1LinkTarget
Visual Basic
Public Class C1LinkTargetFile _
	Inherits C1LinkTarget

Inheritance Hierarchy

System..::..Object
  C1.C1Preview..::..C1LinkTarget
    C1.C1Preview..::..C1LinkTargetFile

See Also