ActiveReports 12
Item Property (XmlDataProvider)

GrapeCity.ActiveReports.Chart.v12 Assembly > GrapeCity.ActiveReports.Chart Namespace > XmlDataProvider Class : Item Property
The index of the item.
Gets the data values at the specified index. If the index exceeds the maximum allowed value, null will be returned.
Syntax
'Declaration
 
Public ReadOnly Default Property Item( _
   ByVal index As Integer _
) As Object
public object this[ 
   int index
]; {get;}

Parameters

index
The index of the item.
See Also

Reference

XmlDataProvider Class
XmlDataProvider Members