Enum
PageBreak

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

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

cs-api-definition
[Flags]
public enum PageBreak

Fields

After

A page break will occur after the ReportSection

Declaration

cs-api-definition
After = 2

Field Value

PageBreak

Before

A page break will occur before the ReportSection

Declaration

cs-api-definition
Before = 1

Field Value

PageBreak

BeforeAndAfter

A page break will occur before and after the ReportSection

Declaration

cs-api-definition
BeforeAndAfter = Before | After

Field Value

PageBreak

None

No page break will occur.

Declaration

cs-api-definition
None = 0

Field Value

PageBreak

In this article
DefinitionFieldsAfterBeforeBeforeAndAfterNone
Not finding the help you need?
Contact Support