Énumération PageCountMode
Specifies whether to calculate the report page count as an actual page count or an estimate of the page count.
Espace de noms : ReportExecution2005
Assembly : ReportExecution2005 (dans ReportExecution2005.dll)
Syntaxe
'Déclaration
<SerializableAttribute> _
Public Enumeration PageCountMode
'Utilisation
Dim instance As PageCountMode
[SerializableAttribute]
public enum PageCountMode
[SerializableAttribute]
public enum class PageCountMode
[<SerializableAttribute>]
type PageCountMode
public enum PageCountMode
Membres
Nom de membre | Description | |
---|---|---|
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. |
Notes
The Actual mode affects the performance of report execution.