PowerTools ActiveReports for .NET 11.0J
IndexOf メソッド (ReportParameterCollection)

ReportParameterCollectionに検索するReportParameterオブジェクト。
ReportParameterCollectionに特定のReportParameterオブジェクトのインデックスを決定します。
構文
'宣言
 
Public Function IndexOf( _
   ByVal value As ReportParameter _
) As Integer
public int IndexOf( 
   ReportParameter value
)

パラメータ

value
ReportParameterCollectionに検索するReportParameterオブジェクト。

戻り値の型

コレクションに見つかった場合はエントリのインデックス、そうでない場合は-1を返します。
参照

関連項目

ReportParameterCollection クラス
ReportParameterCollection メンバ

 

 


©2003-2017 GrapeCity inc. All rights reserved.