Table of Contents

Field DefaultMaxReportSubreportDepth

Namespace
DocWright.Core
Assembly
DocWright.Core.dll

The default cap on MaxReportSubreportDepth: sixteen subreports inside one another.

public const int DefaultMaxReportSubreportDepth = 16

Returns

int
The default cap on : sixteen subreports inside one another.

Remarks

A subreport is a whole report run, and a definition can name itself as its own subreport, so the depth is not bounded by anything the definition's size says. A report that genuinely nests sixteen deep — an organization chart, say — is rare; one that recurses without end is a few bytes long.