ActiveReports 8
IndexOf(Field) Method
See Also 
GrapeCity.ActiveReports.v8 Assembly > GrapeCity.ActiveReports.Data Namespace > FieldCollection Class : IndexOf(Field) Method

field
The field to find the index of in the collection.

Glossary Item Box

Finds the index number of the specified field in the collection.

Syntax

Visual Basic (Declaration) 
Public Function IndexOf( _
   ByVal field As Field _
) As System.Integer
C# 
public System.int IndexOf( 
   Field field
)

Parameters

field
The field to find the index of in the collection.

Return Value

An integer indicating the position of the field within the collection.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also