Gets or sets the minimum number of rows or columns that must be printed on the same page after the current group, to allow a page break to be inserted.

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

Syntax

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

See Also