GrapeCity ActiveReports for .NET 16.0J
Contains メソッド (ReportItemCollection)

GrapeCity.ActiveReports.PageReportModel 名前空間 > ReportItemCollection クラス : Contains メソッド
確認するReportItemオブジェクト。
ReportItemCollectionは、指定したReportItemを格納しているかどうかを示すブール型の値を取得します。
シンタックス
'宣言
 
Public Overridable Function Contains( _
   ByVal value As ReportItem _
) As Boolean
public virtual bool Contains( 
   ReportItem value
)

パラメータ

value
確認するReportItemオブジェクト。

戻り値の型

ReportItemCollectionで指定したReportItemが存在する場合は、True。そうでない場合は、False。
参照

ReportItemCollection クラス
ReportItemCollection メンバ