ActiveReports 9
Item Property (DataPointCollection)

A zero-based Integer indicating the index of the DataPoint to return or set.
Gets or sets a specific DataPoint object in the DataPointCollection by position.
Syntax
'Declaration
 
Public Default Property Item( _
   ByVal index As System.Integer _
) As DataPoint
public DataPoint this[ 
   System.int index
]; {get; set;}

Parameters

index
A zero-based Integer indicating the index of the DataPoint to return or set.

Property Value

The DataPoint object at the specified position.
See Also

Reference

DataPointCollection Class
DataPointCollection Members

 

 


Copyright © 2016 GrapeCity, inc. All rights reserved

Support Forum