Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Specifies whether to calculate the report page count as an actual page count or an estimate of the page count.
Namespace: ReportExecution2005
Assembly: ReportExecution2005 (in ReportExecution2005.dll)
Syntax
'Declaration
Public Enumeration PageCountMode
'Usage
Dim instance As PageCountMode
public enum PageCountMode
public enum class PageCountMode
type PageCountMode
public enum PageCountMode
Elemente
| Elementname | Beschreibung | |
|---|---|---|
| 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. |
Hinweise
The Actual mode affects the performance of report execution.