共用方式為


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

Name Value Description
None 0

No page break in a Group or ReportItem.

Start 1

The page break is at the Start.

End 2

The page break is at the End.

StartAndEnd 3

The page break is StartAndEnd.

Between 4

The page break is in Between.

Applies to