バージョン

GetRecordsInView(Boolean) メソッド

現在表示されている Record を取得します。
シンタックス
'宣言
 
Public Function GetRecordsInView( _
   ByVal recursive As Boolean _
) As Record()
public Record[] GetRecordsInView( 
   bool recursive
)

パラメータ

recursive
True の場合、子孫レコードも含みます。

戻り値の型

現在表示されているすべてのレコードを含む配列。
解説

注:RecordDataRecordGroupByRecord、および ExpandableFieldRecord の抽象基本クラスであるため、このプロパティを適切な派生クラスにキャストし、DataRecordDataRecord.Cells コレクションなど特定のプロパティにアクセスしなければならない場合があります。

参照