BreakLocations 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 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. |