ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / PageCollection Class / Contains Method
The object to locate in the ICollection.

In This Topic
    Contains Method (PageCollection)
    In This Topic
    Determines whether the ICollection contains a specific value.
    Syntax
    'Declaration
     
    Public Function Contains( _
       ByVal item As Page _
    ) As Boolean
    public bool Contains( 
       Page item
    )

    Parameters

    item
    The object to locate in the ICollection.

    Return Value

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