PageCountMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies whether to calculate the report page count as an actual page count or an estimate of the page count.
public enum class PageCountMode
public enum PageCountMode
type PageCountMode =
Public Enum PageCountMode
- Inheritance
-
PageCountMode
Fields
Name | Value | Description |
---|---|---|
Actual | 0 | Specifies that the actual page count should be calculated for the report. |
Estimate | 1 | Specifies that an estimate of the page count should be used for the report. |
Remarks
The Actual mode affects the performance of report execution.