ActiveReports 8
GetName Method
See Also 
GrapeCity.ActiveReports.Chart.v8 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.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also