PageBreakLocation Enum

Definition

Specifies where a page break should occur for a Group, DataRegion or Rectangle.

public enum class PageBreakLocation
public enum PageBreakLocation
type PageBreakLocation = 
Public Enum PageBreakLocation
Inheritance
PageBreakLocation

Fields

Between 4

Specifies the Between page break location.

End 2

Specifies the End page break location.

None 0

Specifies the No page break location.

Start 1

Specifies the Start page break location.

StartAndEnd 3

Specifies the Start And End page break location.

Applies to