ActiveReports 12
Item(String) Property

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

Parameters

name
Name of field.

Property Value

Field value.
See Also

Reference

Record Class
Record Members
Overload List