PageCountMode Enum

Definition

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

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.

Applies to