ActiveReports 13
Field Method (CsvDataSource)

GrapeCity.ActiveReports Assembly > GrapeCity.ActiveReports.Data Namespace > CsvDataSource Class : Field Method
The name of the field.
Returns the value of the field with the specified name.
Syntax
'Declaration
 
Public Function Field( _
   ByVal name As String _
) As Object
public object Field( 
   string name
)

Parameters

name
The name of the field.

Return Value

The value of the field.
See Also

Reference

CsvDataSource Class
CsvDataSource Members