FlexReport for WPF | ComponentOne
C1.WPF.Report Assembly / C1.WPF.Report 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