Determines the target of the current hyperlink.
Namespace:
C1.C1PreviewAssembly: 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:
- C1LinkTargetAnchorAn anchor defined within the current document.
- C1LinkTargetDocumentLocationA location within the current document.
- C1LinkTargetExternalAnchorAn anchor defined within a previously saved C1D document.
- C1LinkTargetFileAn external document, program or URL. The ShellExecute API is used to invoke the link.
- C1LinkTargetPageA page within the current document.
- C1LinkTargetUserThe hyperlink target is determined by a user event handler.