Table of Contents

Property MaxReportNestingDepth

Namespace
DocWright.Core
Assembly
DocWright.Core.dll

MaxReportNestingDepth

Gets or sets the maximum element nesting depth a report definition may reach, or null for unlimited.

On by default (DefaultMaxReportNestingDepth). The failure this prevents is StackOverflowException, which no catch can contain, so the bound is applied by the reader at the first layer that walks the tree.

public int? MaxReportNestingDepth { get; set; }

Property Value

int?

Exceptions

ArgumentOutOfRangeException

The value is not positive.