Returns the value of the specified Field object.

Namespace:  C1.C1Preview.DataBinding
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
Object GetFieldValue(
	Field field
)
Visual Basic
Function GetFieldValue ( _
	field As Field _
) As Object

Parameters

field
Type: C1.C1Preview.DataBinding..::..Field
The Field whose value should be returned.

Return Value

The value of field.

See Also