ActiveReports.Viewer3 Request technical support
Contains Method
See Also 


value
Specifies the page to look for in the collection.
Determines whether the specified object is a member of the collection.

Syntax

Visual Basic (Declaration) 
Public Function Contains( _
   ByVal value As Page _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As PagesCollection
Dim value As Page
Dim value As Boolean
 
value = instance.Contains(value)
C# 
public bool Contains( 
   Page value
)

Parameters

value
Specifies the page to look for in the collection.

Return Value

A Boolean value.  True if the object is a member of the collection; otherwise, False.

See Also