ActiveReports 10
Item(Int32) Property

GrapeCity.ActiveReports.v10 Assembly > GrapeCity.ActiveReports.Expressions.ExpressionObjectModel Namespace > ParameterCollection Class > Item Property : 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 Integer _
) As Parameter
public Parameter Item( 
   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