Property MaxReportExpressionSteps
MaxReportExpressionSteps
Gets or sets the maximum number of steps one evaluation of a report expression may take, or null for unlimited.
On by default (DefaultMaxReportExpressionSteps). Depth is not
work: an aggregate nested inside an aggregate, or a Lookup in every row, stays
shallow and still multiplies the rows it reads.
public long? MaxReportExpressionSteps { get; set; }
Property Value
- long?
Exceptions
- ArgumentOutOfRangeException
The value is not positive.