Gets or sets the level of the current entry in the TOC. This value is 1-based, and determines the indentation of the current item in the generated TOC. The default value is 1, which does not indent the entry. Nested levels are indented by the LevelSpacing amount.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public int Level { get; set; }
Visual Basic
Public Property Level As Integer
	Get
	Set

See Also