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

In This Topic
    GetFieldNames Method (IC1ReportRecordset)
    In This Topic
    Gets a string vector with the names of each field in the data source.
    Syntax
    'Declaration
     
    Function GetFieldNames() As String()
    string[] GetFieldNames()

    Return Value

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