Share via


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

Name Value Description
None 0

Specifies the No page break ___location.

Start 1

Specifies the Start page break ___location.

End 2

Specifies the End page break ___location.

StartAndEnd 3

Specifies the Start And End page break ___location.

Between 4

Specifies the Between page break ___location.

Applies to