ActiveReports 12
Item Property (ExpressionInfoCollection)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.Enterprise.Data.DataEngine.Expressions Namespace > ExpressionInfoCollection Class : Item Property
The index.
Gets or sets the ExpressionInfo at the specified index.
Syntax
'Declaration
 
Public Default Property Item( _
   ByVal index As Integer _
) As ExpressionInfo
public ExpressionInfo this[ 
   int index
]; {get; set;}

Parameters

index
The index.

Property Value

GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo.
See Also

Reference

ExpressionInfoCollection Class
ExpressionInfoCollection Members