ActiveReports 12
Contains Method (PageCollection)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > PageCollection Class : Contains Method
The page to locate.
Determines whether the collection contains the specified page.
Syntax
'Declaration
 
Public Function Contains( _
   ByVal item As Page _
) As Boolean
public bool Contains( 
   Page item
)

Parameters

item
The page to locate.

Return Value

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

Reference

PageCollection Class
PageCollection Members