ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Document Assembly / GrapeCity.ActiveReports.Document.Section Namespace / PagesCollection Class / Contains Method / Contains(Page) Method
The page to locate in the collection.

In This Topic
    Contains(Page) Method
    In This Topic
    Determines whether a Page element is in the PagesCollection.
    Syntax
    'Declaration
     
    Public Overloads Function Contains( _
       ByVal value As Page _
    ) As Boolean
    public bool Contains( 
       Page value
    )

    Parameters

    value
    The page to locate in the collection.
    See Also