Table of Contents

Property OutlineLevel

Namespace
DocWright.Reporting.Pagination
Assembly
DocWright.Reporting.dll

OutlineLevel

Gets how many toggled tablix members the item's row sits under: 0 outside a tablix, in a row no toggle shows or hides, and in the row that carries the toggle itself; 1 in the rows a toggle shows and hides; one more for each toggle nested inside those. An item inside a cell has its cell's level, and a nested tablix's rows add their own.

public int OutlineLevel { get; }

Property Value

int

Remarks

This is the row outline the reference's Excel renderer writes, measured (outline-*.rdl): it comes from toggles, not from group depth — two nested groups with no toggle outline nothing, and a group's header row stays at the level above its details. ReportXlsxExporter writes it as each row's outline level.