Determines the target of the current hyperlink.

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

Syntax

C#
public C1LinkTarget LinkTarget { get; set; }
Visual Basic
Public Property LinkTarget As C1LinkTarget
	Get
	Set

Remarks

The hyperlink target is described by an instance of a class derived from C1LinkTarget, and can be of one of the following types:

See Also