Table of Contents

Property MaxReportInstanceNodes

Namespace
DocWright.Core
Assembly
DocWright.Core.dll

MaxReportInstanceNodes

Gets or sets the maximum number of instance nodes one report run may create - group instances, matrix cells and report item occurrences together - or null for unlimited.

On by default (DefaultMaxReportInstanceNodes). Matrix cells are the product of the row and column instances, so the count is quadratic in the data and not bounded by input size.

public int? MaxReportInstanceNodes { get; set; }

Property Value

int?

Exceptions

ArgumentOutOfRangeException

The value is not positive.