Represents a field in a DataSet. The field may represent a native DB field (assigned via the DataField property), or may be calculated by an expression (set by the Expression property).

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

Syntax

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

Inheritance Hierarchy

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

See Also