ActiveReports Developer 7
GetName Method
See Also 
GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart Namespace > IChartMemberNameProvider Interface : GetName Method

i
The index of the field to find.

Glossary Item Box

Gets the name for the field that should be found.

Syntax

Visual Basic (Declaration) 
Function GetName( _
   ByVal i As System.Integer _
) As System.String
C# 
System.string GetName( 
   System.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