Reports for WPF
GetFieldValue メソッド (DataSource)

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

パラメータ

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

戻り値の型

フィールドの値。
参照

DataSource クラス
DataSource メンバ