ActiveReports 12
Contains Method (LayerCollection)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > LayerCollection Class : Contains Method
The Layer to locate in the LayerCollection.
Determines whether the LayerCollection contains a specific value.
Syntax
'Declaration
 
Public Function Contains( _
   ByVal item As Layer _
) As Boolean
public bool Contains( 
   Layer item
)

Parameters

item
The Layer to locate in the LayerCollection.

Return Value

true if item is found in the LayerCollection; otherwise, false.
See Also

Reference

LayerCollection Class
LayerCollection Members