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

In This Topic
    GetFieldNames Method (IC1FlexReportRecordset)
    In This Topic
    Gets an array of strings with the names of all fields in the data source.
    Syntax
    'Declaration
     
    Function GetFieldNames() As String()
    string[] GetFieldNames()

    Return Value

    An array of strings with the names of all fields in the data source.
    See Also