MESCIUS.ActiveReports.Core.Data.DataEngine Assembly / GrapeCity.Enterprise.Data.DataEngine.ExpressionEvaluation Namespace / Field Class / Field Constructor
The name of the field.
The value of the field.

In This Topic
Field Constructor
In This Topic
Constructs new field from given name and value.
Syntax
'Declaration
 
Public Function New( _
   ByVal name As String, _
   ByVal value As Object _
)
 

Parameters

name
The name of the field.
value
The value of the field.
See Also