Gets or sets the indent of sub-entries relative to the main index entry.

The default is 1/4 of an inch.

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

Syntax

C#
public Unit EntryIndent { get; set; }
Visual Basic
Public Property EntryIndent As Unit
	Get
	Set

Remarks

While this property has the Unit type, only absolute values (such as "10mm", "0.5in" and so on - see IsAbs) can be assigned to it.

See Also