ActiveReports 11
IndexOf Method (ParameterCollection)

GrapeCity.ActiveReports.v11 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > ParameterCollection Class : IndexOf Method
The Parameter object to locate in the ParameterCollection.
Determines the index of a specific Parameter object in the  ParameterCollection.
Syntax
'Declaration
 
Public Function IndexOf( _
   ByVal value As Parameter _
) As Integer
public int IndexOf( 
   Parameter value
)

Parameters

value
The Parameter object to locate in the ParameterCollection.

Return Value

The index of the entry if it is found in the collection; otherwise, -1.
See Also

Reference

ParameterCollection Class
ParameterCollection Members