Specifies where a page break should occur for a Group or a ReportItem.
命名空间: Microsoft.ReportingServices.RdlObjectModel
程序集: Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)
语法
声明
Public Enumeration BreakLocations
用法
Dim instance As BreakLocations
public enum BreakLocations
public enum class BreakLocations
type BreakLocations
public enum BreakLocations
成员
成员名称 | 说明 | |
---|---|---|
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. |