ActiveReports 12
Item(Int32) Property

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.Enterprise.Data.DataEngine Namespace > Record Class > Item Property : Item(Int32) Property
Index of field.
Gets the value of field specified by index.
Syntax
'Declaration
 
Public Overloads ReadOnly Property Item( _
   ByVal index As Integer _
) As Variant
public Variant Item( 
   int index
) {get;}

Parameters

index
Index of field.

Property Value

Field value.
See Also

Reference

Record Class
Record Members
Overload List