ActiveReports Developer 7
Contains(Page) Method
See Also 
GrapeCity.ActiveReports.Document.v7 Assembly > GrapeCity.ActiveReports.Document.Section Namespace > PagesCollection Class > Contains Method : Contains(Page) Method

value
The page to locate in the collection.

Glossary Item Box

Determines whether a Page element is in the PagesCollection.

Syntax

Visual Basic (Declaration) 
Public Overloads Function Contains( _
   ByVal value As Page _
) As System.Boolean
C# 
public System.bool Contains( 
   Page value
)

Parameters

value
The page to locate in the collection.

See Also