Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Specifies whether to calculate the report page count as an actual page count or an estimate of the page count.
Пространство имен: ReportExecution2005
Сборка: ReportExecution2005 (в ReportExecution2005.dll)
Синтаксис
'Декларация
Public Enumeration PageCountMode
'Применение
Dim instance As PageCountMode
public enum PageCountMode
public enum class PageCountMode
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.