Reports for WPF
GetFieldValue メソッド (IC1ReportRecordset)

C1.C1Report.4 アセンブリ > C1.C1Report 名前空間 > IC1ReportRecordset インターフェース : GetFieldValue メソッド
フィールドのインデックス。
カーソル位置にある特定のフィールドの値を取得します。
シンタックス
'宣言
 
Function GetFieldValue( _
   ByVal fieldIndex As System.Integer _
) As System.Object
System.object GetFieldValue( 
   System.int fieldIndex
)

パラメータ

fieldIndex
フィールドのインデックス。

戻り値の型

フィールドの値。
解説
カーソルがデータの終わり(EOF 条件)を過ぎると、このメソッドは null を返し、 例外をスローしません。
参照

IC1ReportRecordset インターフェース
IC1ReportRecordset メンバ