PageCountMode 열거형

Specifies whether to calculate the report page count as an actual page count or an estimate of the page count.

네임스페이스:  ReportExecution2005
어셈블리:  ReportExecution2005(ReportExecution2005.dll)

구문

‘선언
Public Enumeration PageCountMode
‘사용 방법
Dim instance As PageCountMode
public enum PageCountMode
public enum class PageCountMode
type PageCountMode
public enum PageCountMode

멤버

멤버 이름 설명
Actual Specifies that the actual page count should be calculated for the report.
Estimate Specifies that an estimate of the page count should be used for the report.

주의

The Actual mode affects the performance of report execution.

참고 항목

참조

ReportExecution2005 네임스페이스