ActiveReports 14 .NET Edition
GrapeCity.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
    public object this[ 
       int index
    ]; {get;}

    Parameters

    index
    The index of the item.
    See Also