BreakLocations Enum

Definition

Specifies where a page break should occur for a Group or a ReportItem.

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

Fields

Between 4

The page break is in Between.

End 2

The page break is at the End.

None 0

No page break in a Group or ReportItem.

Start 1

The page break is at the Start.

StartAndEnd 3

The page break is StartAndEnd.

Applies to