ActiveReports 8
Item Property (XmlDataProvider)

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 System.Integer _
) As System.Object
public System.object this[ 
   System.int index
]; {get;}

Parameters

index
The index of the item.
See Also

Reference

XmlDataProvider Class
XmlDataProvider Members

Support Forum