ActiveReports 8
Item(Int32) Property

The index of the item.
Gets or sets the collection item by the given index.
Syntax
'Declaration
 
Public Overloads Property Item( _
   ByVal index As System.Integer _
) As Series
public Series Item( 
   System.int index
) {get; set;}

Parameters

index
The index of the item.
See Also

Reference

SeriesCollection Class
SeriesCollection Members
Overload List

Support Forum