Gets or sets the minimum number of orphan text lines allowed on a page before or after a page break.

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

Syntax

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

Remarks

This property is non-ambient (inherited from the Parent of the current style if not explicitly set).

The default is 0.

See Also