Field DefaultMaxReportNestingDepth
The default cap on MaxReportNestingDepth: 256 levels.
public const int DefaultMaxReportNestingDepth = 256
Returns
- int
- The default cap on : 256 levels.
Remarks
A report definition nests rectangles inside tablix cells inside rectangles without any schema limit, so the ceiling is the reader's. 256 is far past anything a designer produces - the deepest of the seven Microsoft sample reports reaches 14 - and far short of the depth at which a recursive walk exhausts the stack.