言語

BreakLocations 列挙型

定義

GroupまたはReportItemのページ区切りの位置を指定します。

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

フィールド

名前 説明
None 0

ページを折り返すことなく、ページ GroupReportItem

Start 1

ページ区切りは冒頭にあります。

End 2

ページ区切りは最後にあります。

StartAndEnd 3

ページ区切りはStartAndEndです。

Between 4

ページ区切りは『Between』にあります。

適用対象