Table of Contents

Property MaxReportGroupInstances

Namespace
DocWright.Core
Assembly
DocWright.Core.dll

MaxReportGroupInstances

Gets or sets the maximum number of group instances one report run may create, counting every instance of every group in every data region, details included, or null for unlimited.

On by default (DefaultMaxReportGroupInstances). A definition chooses how many data regions group the same rows, so the count is not bounded by the data alone.

public int? MaxReportGroupInstances { get; set; }

Property Value

int?

Exceptions

ArgumentOutOfRangeException

The value is not positive.