Énumération PageBreakLocation
Specifies where a page break should occur for a Group, DataRegion or Rectangle.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public Enumeration PageBreakLocation
'Utilisation
Dim instance As PageBreakLocation
public enum PageBreakLocation
public enum class PageBreakLocation
type PageBreakLocation
public enum PageBreakLocation
Membres
Nom de membre | Description | |
---|---|---|
None | Specifies that there is no page break. | |
Start | Specifies that there must be a page break before a ReportItem or eachGroup. | |
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. |