Describes a C1LinkTarget pointing to an object within the current document that supports the IDocumentLocation interface. Types supporting that interface include RenderObject, ParagraphObject, C1Page, and table elements (rows, columns, etc.).

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

Syntax

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

Inheritance Hierarchy

System..::..Object
  C1.C1Preview..::..C1LinkTarget
    C1.C1Preview..::..C1LinkTargetDocumentLocation

See Also