Field DefaultMaxReportExpressionAllocation
The default cap on MaxReportExpressionAllocation: sixteen million units per evaluation.
public const long DefaultMaxReportExpressionAllocation = 16000000
Returns
- long
- The default cap on : sixteen million units per evaluation.
Remarks
A unit is one character of a string or one element of an array. Sixteen million is about
32 MB of text — far past any textbox — and it is charged before the allocation,
so Space(2000000000) is refused rather than attempted.