Table of Contents

Field DefaultMaxReportInstanceNodes

Namespace
DocWright.Core
Assembly
DocWright.Core.dll

The default cap on MaxReportInstanceNodes: ten million instance nodes per report run.

public const int DefaultMaxReportInstanceNodes = 10000000

Returns

int
The default cap on : ten million instance nodes per report run.

Remarks

A node is a group instance, a matrix cell or a report item occurrence. Cells are the reason the cap exists: a matrix has one cell for every row instance and column instance, whether or not any data falls in it (measured), so two groups of a few thousand values each ask for tens of millions of cells from a modest dataset.