New to Telerik ReportingStart a free 30-day trial

Specifies where to make a page break, with respect to a ReportSection.

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

C#
[Flags]
public enum PageBreak

Fields

A page break will occur after the ReportSection

C#
After = 2

A page break will occur before the ReportSection

C#
Before = 1

A page break will occur before and after the ReportSection

C#
BeforeAndAfter = Before | After

No page break will occur.

C#
None = 0
In this article
DefinitionFieldsAfterBeforeBeforeAndAfterNone
Not finding the help you need?
Contact Support