Property MaxReportDataSetRows
MaxReportDataSetRows
Gets or sets the maximum number of rows one dataset may bring into a report run, or null for unlimited.
On by default (DefaultMaxReportDataSetRows). Rows come from the host's data provider, but a report run materializes every row it groups, sorts or totals, and a reader that never ends would otherwise run until memory does.
public int? MaxReportDataSetRows { get; set; }
Property Value
- int?
Exceptions
- ArgumentOutOfRangeException
The value is not positive.