Report Batch Mode property

Use this collection-level property to select the mode of loading and processing data during form report generation.

  • None (default): Rows are retrieved in a single query that does not use batch size.
  • Cumulative: Rows are retrieved one batch at a time based on batch size. All batches are retrieved before generating the report output.
  • Sequential: Rows are retrieved on batch at a time based on batch size. The report output is generated for one batch before retrieving the next batch.