다음을 통해 공유


PageBreakLocation 열거형

Specifies where a page break should occur for a Group or a ReportItem.

네임스페이스:  Microsoft.ReportingServices.OnDemandReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore.dll의 Microsoft.ReportingServices.ProcessingCore

구문

‘선언
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 musta 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.