BreakLocations 列舉型別
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
成員
| 成員名稱 | 描述 | |
|---|---|---|
| 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. |