[]
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.
[C1ClassSerialization(true)]
public class Field : NamedCollectionItem, ICloneable
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.
Name | Description |
---|---|
Field(string) | Initializes a new instance of the Field class. |
Name | Description |
---|---|
Owner | Gets the FieldCollection object containing this object. |
Value | Gets the value of field. |
Name | Description |
---|---|
AssignFrom(NamedCollectionItem) | Copies properties from another Field object. |
SetName(string) | Sets the name of the current Field. |