Field DefaultMaxReportDataSetRows
The default cap on MaxReportDataSetRows: two million rows per dataset.
public const int DefaultMaxReportDataSetRows = 2000000
Returns
- int
- The default cap on : two million rows per dataset.
Remarks
The largest dataset in the Microsoft sample reports has 168 rows, and a paginated report of two million detail rows is forty thousand pages. The value bounds the memory one query can commit a report run to - a few hundred megabytes of rows - and stops a data provider whose reader never ends.