Property OutlineLevel
OutlineLevel
Gets or sets the outline level, zero for none.
public int OutlineLevel { get; set; }
Property Value
Remarks
This is how a report's row groups become Excel's grouping bracket: a detail row under one group is level 1, under two is level 2, and the group header itself stays a level above its details.