Reporting

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

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

Syntax

C#
[FlagsAttribute]
public enum PageBreak
Visual Basic
<FlagsAttribute> _
Public Enumeration PageBreak

Members

Member nameValueDescription
None0 No page break will occur.
Before1 A page break will occur before the ReportSection
After2 A page break will occur after the ReportSection
BeforeAndAfter3 A page break will occur before and after the ReportSection

Version Information

Supported in: 1.0.1

See Also