BreakLocations Enumeración
Specifies where a page break should occur for a Group or a ReportItem.
Espacio de nombres: Microsoft.ReportingServices.RdlObjectModel
Ensamblado: Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxis
'Declaración
Public Enumeration BreakLocations
'Uso
Dim instance As BreakLocations
public enum BreakLocations
public enum class BreakLocations
type BreakLocations
public enum BreakLocations
Miembros
| Nombre del miembro | Descripción | |
|---|---|---|
| Start | Specifies that there MUST be a page break before a ReportItem or each Group. | |
| End | Specifies that there MUST be a page break after a ReportItem or each Group. | |
| StartAndEnd | Specifies that there MUST be a page break both before and after a ReportItem or each Group. | |
| Between | Specifies that there MUST be a page break in between each Group. |