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 命名空间