ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / IChartMemberNameProvider Interface / GetName Method
The index of the field to find.

In This Topic
    GetName Method
    In This Topic
    Gets the name for the field that should be found.
    Syntax
    'Declaration
     
    Function GetName( _
       ByVal i As Integer _
    ) As String
    string GetName( 
       int i
    )

    Parameters

    i
    The index of the field to find.

    Return Value

    The name of the field or the empty string (""), if there is no value to return.
    See Also