FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport Namespace / IC1FlexReportRecordset Interface / GetFieldTypes Method

In This Topic
    GetFieldTypes Method (IC1FlexReportRecordset)
    In This Topic
    Gets an array of types of all fields in the data source.
    Syntax
    'Declaration
     
    Function GetFieldTypes() As Type()
    Type[] GetFieldTypes()

    Return Value

    An array of types of all fields in the data source.
    See Also