ActiveReports 6 Online Help
IndexOf(Field) Method

The field to find the index of in the collection.
Finds the index number of the specified field in the collection.
Syntax
'Declaration
 
Public Function IndexOf( _
   ByVal field As Field _
) As Integer
public 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

Reference

FieldCollection Class
FieldCollection Members

Send Feedback