Table of Contents

Field DefaultMaxReportElementCount

Namespace
DocWright.Core
Assembly
DocWright.Core.dll

The default cap on MaxReportElementCount: two million elements.

public const int DefaultMaxReportElementCount = 2000000

Returns

int
The default cap on : two million elements.

Remarks

The largest Microsoft sample report is 558 KB and parses to roughly 24,000 elements, so this leaves two orders of magnitude of head room while bounding a definition whose element count is quadratic in its byte count.