ActiveReports Developer 7
Item Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.Expressions.Remote.GlobalDataTypes Namespace > Parameters Class : Item Property

key

Glossary Item Box

Returns the corresponding Parameter based on the key.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Default Property Item( _
   ByVal key As System.Object _
) As System.Object
C# 
public System.object this[ 
   System.object key
]; {get;}

Parameters

key

See Also