バージョン

PagingMode プロパティ

ページング モード - グループ化された列が 1 列以上あり、ページングが適用される場合、ページ処理で含まれるレコードを指定します。利用可能なオプションは "allRecords" および "dataRecordsOnly" です。
シンタックス
'宣言
 
Public Property PagingMode As System.Nullable(Of GroupByPagingMode)
public System.Nullable<GroupByPagingMode> PagingMode {get; set;}
参照

オンラインで表示: GitHub