Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies where a page break should occur for a Group or a ReportItem.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Enumeration BreakLocations
'Usage
Dim instance As BreakLocations
public enum BreakLocations
public enum class BreakLocations
type BreakLocations
public enum BreakLocations
Members
| Member name | Description | |
|---|---|---|
| Between | A page break in between each Group. | |
| End | A page break after a ReportItem or each Group. | |
| None | No page break in a Group or ReportItem. | |
| Start | A page break before a ReportItem or each Group. | |
| StartAndEnd | A page break both before and after a ReportItem or each Group. |