Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview.DataBinding Namespace / C1DataBinding Class / Fields Property

In This Topic
    Fields Property (C1DataBinding)
    In This Topic
    Gets the collection of data fields for the current data binding.
    Syntax
    'Declaration
     
    Public ReadOnly Property Fields As FieldCollection
    public FieldCollection Fields {get;}
    See Also