Table of Contents

Field DefaultMaxReportExpressionSteps

Namespace
DocWright.Core
Assembly
DocWright.Core.dll

The default cap on MaxReportExpressionSteps: ten million steps per evaluation.

public const long DefaultMaxReportExpressionSteps = 10000000

Returns

long
The default cap on : ten million steps per evaluation.

Remarks

A step is one node evaluated. An aggregate costs its argument once per row it reads, so the budget is also a ceiling on the rows one aggregate may visit from one cell: ten million is a Sum over several million rows, and about half a second of work.