Gets or sets the name of the corresponding DB field in the query.
Namespace:
C1.C1Preview.DataBindingIf this property is not empty, the field is a data field (as opposed to a calculated field).
Assembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
Remarks
This name does not need to be unique within the containing collection,
and multiple DataSetFields may refer to the same DB field.
Either this property or Expression, but not both, should be defined on a DataSetField. In case both properties are defined, this property is used, and Expression is ignored.