ActiveReports for .NET 18.0J
Contains メソッド (PageCollection)

GrapeCity.ActiveReports.PageReportModel 名前空間 > PageCollection クラス : Contains メソッド
ICollectionで検索するオブジェクト。
ICollectionコレクションに指定されたページが含まれているかどうかを確認します。
シンタックス
'宣言
 
Public Function Contains( _
   ByVal item As Page _
) As Boolean
public bool Contains( 
   Page item
)

パラメータ

item
ICollectionで検索するオブジェクト。

戻り値の型

itemICollectionにある場合は true。それ以外の場合は false。
参照

PageCollection クラス
PageCollection メンバ