C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview.DataBinding Namespace / Field Class
Members

Field Class
Represents a data field available to a data-bound object of a C1.C1Preview.C1PrintDocument. The collection of available fields is returned by the Fields property of the object's C1DataBinding.
Object Model
Field Class
Syntax
'Declaration
 
Public Class Field 
   Inherits C1.C1Preview.NamedCollectionItem
 
Remarks

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

If the C1DataBinding.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