ActiveReports Developer 7
Item Property
See Also 
GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart Namespace > XmlDataProvider Class : Item Property

index
The index of the item.

Glossary Item Box

Gets the data values at the specified index. If the index exceeds the maximum allowed value, null will be returned.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Default Property Item( _
   ByVal index As System.Integer _
) As System.Object
C# 
public System.object this[ 
   System.int index
]; {get;}

Parameters

index
The index of the item.

See Also