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
)
Visual Basic
Public Sub New ( _
	caption As String _
)

Parameters

caption
Type: System..::..String
The string that is assigned to the Caption property of the current index entry.

See Also