ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / XmlDataProvider Class / Item Property
The index of the item.

In This Topic
Item Property (XmlDataProvider)
In This Topic
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
 

Parameters

index
The index of the item.
See Also