Property MaxReportExpressionAllocation
MaxReportExpressionAllocation
Gets or sets the maximum number of string characters and array elements one evaluation of a report expression may allocate, or null for unlimited.
On by default (DefaultMaxReportExpressionAllocation). The size
of an allocation is an argument the expression chooses — Space(2000000000) is
eighteen characters asking for four gigabytes — so it is charged against the budget before
anything is allocated.
public long? MaxReportExpressionAllocation { get; set; }
Property Value
- long?
Exceptions
- ArgumentOutOfRangeException
The value is not positive.