ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering Namespace / DataValueCollection Class / Item Property
The value index.

In This Topic
    Item Property (DataValueCollection)
    In This Topic
    Gets the DataValue at the specified index.
    Syntax
    'Declaration
     
    Public MustOverride ReadOnly Default Property Item( _
       ByVal index As Integer _
    ) As DataValue
    public abstract DataValue this[ 
       int index
    ]; {get;}

    Parameters

    index
    The value index.
    See Also