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
멤버
멤버 이름 | 설명 | |
---|---|---|
None | ||
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. |