Nota
O acesso a esta página requer autorização. Podes tentar iniciar sessão ou mudar de diretório.
O acesso a esta página requer autorização. Podes tentar mudar de diretório.
Specifies whether to calculate the report page count as an actual page count or an estimate of the page count.
Namespace: ReportExecution2005
Assembly: ReportExecution2005 (em ReportExecution2005.dll)
Sintaxe
'Declaração
Public Enumeration PageCountMode
'Uso
Dim instance As PageCountMode
public enum PageCountMode
public enum class PageCountMode
type PageCountMode
public enum PageCountMode
Membros
| Nome do membro | Descrição | |
|---|---|---|
| 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. |
Comentários
The Actual mode affects the performance of report execution.