ActiveReports 11
Item Property (ExpressionInfoCollection)

GrapeCity.ActiveReports.v11 Assembly > GrapeCity.ActiveReports.Expressions Namespace > ExpressionInfoCollection Class : Item Property
The zero-based index of the item to locate.
Gets the ExpressionInfo object by specified index.
Syntax
'Declaration
 
Public Default Property Item( _
   ByVal index As Integer _
) As ExpressionInfo
public ExpressionInfo this[ 
   int index
]; {get; set;}

Parameters

index
The zero-based index of the item to locate.

Property Value

GrapeCity.ActiveReports.Expressions.ExpressionInfo.
See Also

Reference

ExpressionInfoCollection Class
ExpressionInfoCollection Members