Reporting

Gets or sets a value indicating whether the rendering engine should try to keep the ReportSection on one page if possible.

Namespace: Telerik.Reporting
Assembly: Telerik.Reporting (in Telerik.Reporting.dll)

Syntax

C#
public bool KeepTogether { get; set; }
Visual Basic
Public Property KeepTogether As Boolean
	Get
	Set

Field Value

A boolean value indicating whether the rendering engine should try to keep the ReportSection on one page if possible.

See Also