ActiveReports 8
Contains Method (SeriesCollection)

The series to check.

Determines whether the collection contains the specified series.
Syntax
'Declaration
 
Public Function Contains( _
   ByVal value As Series _
) As System.Boolean
public System.bool Contains( 
   Series value
)

Parameters

value

The series to check.

Return Value

True if the collection contains the parameter given; otherwise False.
See Also

Reference

SeriesCollection Class
SeriesCollection Members

Support Forum