ActiveReports 8
Item(Int32) Property

Index of the parameter to return.
Gets the Parameter by specified index
Syntax
'Declaration
 
Public Overloads ReadOnly Property Item( _
   ByVal index As System.Integer _
) As Parameter
public Parameter Item( 
   System.int index
) {get;}

Parameters

index
Index of the parameter to return.

Property Value

The Parameter, otherwise throws exception.
See Also

Reference

ParameterCollection Class
ParameterCollection Members
Overload List

Support Forum