Represents a data field available to a data-bound object of a C1PrintDocument. The collection of available fields is returned by the Fields property of the object's C1DataBinding.

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

Syntax

C#
public class Field : NamedCollectionItem
Visual Basic
Public Class Field _
	Inherits NamedCollectionItem

Remarks

If the DataSource of the C1DataBinding containing the current field is an IEnumerable, the Field represents a property available on the type of objects in the enumerated collection.

If the DataSource is a DataSet, the Field represents a DataSetField in that data set.

Inheritance Hierarchy

System..::..Object
  C1.C1Preview..::..NamedCollectionItem
    C1.C1Preview.DataBinding..::..Field

See Also