ActiveReports 8
Item Property (ParameterValueCollection)

Index of the ParameterValue to return.
Gets the ParameterValue by specified index
Syntax
'Declaration
 
Public ReadOnly Default Property Item( _
   ByVal index As System.Integer _
) As ParameterValue
public ParameterValue this[ 
   System.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

Support Forum