共用方式為


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 中)

語法

'宣告
<SerializableAttribute> _
Public Enumeration PageCountMode
'用途
Dim instance As PageCountMode
[SerializableAttribute]
public enum PageCountMode
[SerializableAttribute]
public enum class PageCountMode
[<SerializableAttribute>]
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.