ActiveReports 12
Field Constructor

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.Enterprise.Data.DataEngine.ExpressionEvaluation Namespace > Field Class : Field Constructor
The name of the field.
The value of the field.
Constructs new field from given name and value.
Syntax
'Declaration
 
Public Function New( _
   ByVal name As String, _
   ByVal value As Object _
)
public Field( 
   string name,
   object value
)

Parameters

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

Reference

Field Class
Field Members