Field DefaultMaxReportGroupInstances
The default cap on MaxReportGroupInstances: four million group instances per report run.
public const int DefaultMaxReportGroupInstances = 4000000
Returns
- int
- The default cap on : four million group instances per report run.
Remarks
Every row is an instance of each group it belongs to, details included, so this is twice DefaultMaxReportDataSetRows: room for a full dataset in two data regions, or one data region with an outer group over every detail row.