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

key
Te key of the color to return.

Glossary Item Box

Gets a Constant by specified key.

Syntax

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

Parameters

key
Te key of the color to return.

See Also