Represents a single occurrence of an IndexEntry in the document. Elements of this type are contained in the Occurrences collection of an IndexEntry.

The main functional property of this class is Target, of the type C1LinkTarget, which points to the location of the occurrence in the document.

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

Syntax

C#
public class IndexEntryOccurrence : ICloneable
Visual Basic
Public Class IndexEntryOccurrence _
	Implements ICloneable

Inheritance Hierarchy

System..::..Object
  C1.C1Preview..::..IndexEntryOccurrence

See Also