Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Specifies where a page break should occur for a Group, DataRegion or Rectangle.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Enumeration PageBreakLocation
'Usage
Dim instance As PageBreakLocation
public enum PageBreakLocation
public enum class PageBreakLocation
type PageBreakLocation
public enum PageBreakLocation
Members
| Member name | Description | |
|---|---|---|
| Between | Specifies that there must be a page break in between each Group. | |
| End | Specifies that there must be a page break after a ReportItem or each Group. | |
| None | Specifies that there is no page break. | |
| Start | Specifies that there must be a page break before a ReportItem or eachGroup. | |
| StartAndEnd | Specifies that there must be a page break both before and after a ReportItem or each Group. |
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace