Table of Contents

Property Limits

Namespace
DocWright.Reporting.Rdl
Assembly
DocWright.Reporting.Rdl.dll

Limits

Gets or sets the resource limits the read is bounded by, or null for the defaults.

public ResourceLimits? Limits { get; set; }

Property Value

ResourceLimits

Remarks

The two that matter here are MaxReportNestingDepth and MaxReportElementCount. Both are on by default, and the depth one is not a tuning knob: it is what stands between a hostile definition and a StackOverflowException no caller can catch.