[]
        
(Showing Draft Content)

C1.C1Preview.DataBinding.Field

Field Class

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.

Inheritance
Field
Implements
Namespace: C1.C1Preview.DataBinding
Assembly: C1.PrintDocument.8.dll
Syntax
[C1ClassSerialization(true)]
public class Field : NamedCollectionItem, ICloneable
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.

Constructors

Name Description
Field(string)

Initializes a new instance of the Field class.

Properties

Name Description
Owner

Gets the FieldCollection object containing this object.

Value

Gets the value of field.

Methods

Name Description
AssignFrom(NamedCollectionItem)

Copies properties from another Field object.

SetName(string)

Sets the name of the current Field.