FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport Namespace / DataHandler Class / Fields Property

In This Topic
    Fields Property (DataHandler)
    In This Topic
    Gets the DataFieldCollection containing the list of data source fields.
    Syntax
    'Declaration
     
    Public ReadOnly Property Fields As DataFieldCollection
    public DataFieldCollection Fields {get;}
    See Also