Enum PageBreak
Specifies where to make a page break, with respect to a ReportSection.
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
[Flags]
public enum PageBreak
After
A page break will occur after the ReportSection
Before
A page break will occur before the ReportSection
BeforeAndAfter
A page break will occur before and after the ReportSection
None
No page break will occur.