共用方式為


PageBreakLocation 列舉

Specifies where a page break should occur for a Group, DataRegion or Rectangle.

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public Enumeration PageBreakLocation
'用途
Dim instance As PageBreakLocation
public enum PageBreakLocation
public enum class PageBreakLocation
type PageBreakLocation
public enum PageBreakLocation

成員

成員名稱 說明
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.