ActiveReports Developer 7
Item Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.Expressions.ExpressionObjectModel Namespace > ParameterValueCollection Class : Item Property

index
Index of the ParameterValue to return.

Glossary Item Box

Gets the ParameterValue by specified index

Syntax

Visual Basic (Declaration) 
Public ReadOnly Default Property Item( _
   ByVal index As System.Integer _
) As ParameterValue
C# 
public ParameterValue this[ 
   System.int index
]; {get;}

Parameters

index
Index of the ParameterValue to return.

Property Value

The ParameterValue, otherwise throws exception.

See Also