Gets the index of a ReportItem in the current collection.

Namespace:  C1.C1Rdl.Rdl2008
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public int IndexOf(
	ReportItem ri
)
Visual Basic
Public Function IndexOf ( _
	ri As ReportItem _
) As Integer

Parameters

ri
Type: C1.C1Rdl.Rdl2008..::..ReportItem
The item to search for.

Return Value

The index of ri.

See Also