Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview.DataBinding Namespace / Field Class
Members

In This Topic
    Field Class
    In This Topic
    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
    public class Field : 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