FlexReport for WPF | ComponentOne
C1.WPF.FlexReport.4.6.2 Assembly / C1.WPF.FlexReport Namespace / DataFieldCollection Class
Members

In This Topic
    DataFieldCollection Class
    In This Topic
    Collection of the fields in the DataSource.
    Object Model
    DataFieldCollection Class
    Syntax
    'Declaration
     
    Public Class DataFieldCollection 
       Inherits System.Collections.ObjectModel.ReadOnlyCollection(Of DataField)
    Inheritance Hierarchy

    System.Object
       System.Collections.ObjectModel.ReadOnlyCollection<T>
          C1.WPF.FlexReport.DataFieldCollection

    See Also