Property MaxReportElementCount
MaxReportElementCount
Gets or sets the maximum number of elements a report definition may contain, or null for unlimited.
On by default (DefaultMaxReportElementCount). An element count is not proportional to input size: a compressed or highly repetitive definition can ask the reader to materialize far more nodes than its bytes suggest.
public int? MaxReportElementCount { get; set; }
Property Value
- int?
Exceptions
- ArgumentOutOfRangeException
The value is not positive.