Initializes a new instance of the IndexEntryOccurrence class.

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

Syntax

C#
public IndexEntryOccurrence(
	C1LinkTarget target
)
Visual Basic
Public Sub New ( _
	target As C1LinkTarget _
)

Parameters

target
Type: C1.C1Preview..::..C1LinkTarget
The C1LinkTarget that is assigned to the Target property of the current occurrence.

See Also