PageBreakLocation Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |