ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / LayerCollection Class / Contains Method
The Layer to locate in the LayerCollection.

In This Topic
    Contains Method (LayerCollection)
    In This Topic
    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