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.DataBindingAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public class DataSetField : NamedCollectionItem |
Visual Basic |
---|
Public Class DataSetField _ Inherits NamedCollectionItem |