BreakLocations 列挙型

定義

Group または ReportItem で改ページするかどうかを指定します。

public enum class BreakLocations
public enum BreakLocations
type BreakLocations = 
Public Enum BreakLocations
継承
BreakLocations

フィールド

Between 4

改ページは Between にあります。

End 2

改ページは末尾にあります。

None 0

Group または ReportItem に改ページなし。

Start 1

改ページは開始位置にあります。

StartAndEnd 3

改ページは StartAndEnd です。

適用対象