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 IndexEntryOccurrence[] occurrences
)
Visual Basic
Public Sub New ( _
	caption As String, _
	ParamArray occurrences As IndexEntryOccurrence() _
)

Parameters

caption
Type: System..::..String
The string that is assigned to the Caption property of the current index entry.
occurrences
Type: array<C1.C1Preview..::..IndexEntryOccurrence>[]()[][]
One or more IndexEntryOccurrence objects that are added to the Occurrences collection of this index entry.

See Also