Gets or sets the first line indent or hanging line indent for the paragraph, relative to left indent. This property can be negative. If positive, indents just the first line (first line indent). If negative, indents all lines but the first (hanging indent).

Default: 0tw.

Namespace:  C1.C1Rdl.Rdl2008
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public RdlSize HangingIndent { get; set; }
Visual Basic
Public Property HangingIndent As RdlSize
	Get
	Set

See Also