ActiveReports 8
AddRange Method (SeriesCollection)

The set of Series objects to add to the collection.
Adds an array of Series objects to the collection.
Syntax
'Declaration
 
Public Sub AddRange( _
   ByVal value() As Series _
) 
public void AddRange( 
   Series[] value
)

Parameters

value
The set of Series objects to add to the collection.
See Also

Reference

SeriesCollection Class
SeriesCollection Members

Support Forum