Initializes a new instance of the IndexEntry class.

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

Syntax

C#
public IndexEntry(
	string caption,
	params C1LinkTarget[] targets
)
Visual Basic
Public Sub New ( _
	caption As String, _
	ParamArray targets As C1LinkTarget() _
)

Parameters

caption
Type: System..::..String
The string that is assigned to the Caption property of the current index entry.
targets
Type: array<C1.C1Preview..::..C1LinkTarget>[]()[][]
A list of C1LinkTarget objects; for each target in that list, a IndexEntryOccurrence is created and added to the Occurrences of the current index item.

See Also