ActiveReports 12
Item Property (ParameterValueCollection)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.Expressions.ExpressionObjectModel Namespace > ParameterValueCollection Class : Item Property
Index of the ParameterValue to return.
Gets the ParameterValue by specified index
Syntax
'Declaration
 
Public ReadOnly Default Property Item( _
   ByVal index As Integer _
) As ParameterValue
public ParameterValue this[ 
   int index
]; {get;}

Parameters

index
Index of the ParameterValue to return.

Property Value

The ParameterValue, otherwise throws exception.
See Also

Reference

ParameterValueCollection Class
ParameterValueCollection Members