ComponentOne Reports for WPF
C1.C1Report Namespace / IC1ReportRecordset Interface / GetFieldTypes Method

In This Topic
    GetFieldTypes Method (IC1ReportRecordset)
    In This Topic
    Gets a vector with the types of each field in the data source.
    Syntax
    'Declaration
     
    Function GetFieldTypes() As Type()
    Type[] GetFieldTypes()

    Return Value

    A vector with the types of each field in the data source.
    See Also