Compartir a través de


Enumeración PageCountMode

Specifies whether to calculate the report page count as an actual page count or an estimate of the page count.

Espacio de nombres:  ReportExecution2005
Ensamblado:  ReportExecution2005 (en ReportExecution2005.dll)

Sintaxis

'Declaración
Public Enumeration PageCountMode
'Uso
Dim instance As PageCountMode
public enum PageCountMode
public enum class PageCountMode
type PageCountMode
public enum PageCountMode

Miembros

Nombre del miembro Descripción
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.

Comentarios

The Actual mode affects the performance of report execution.

Vea también

Referencia

Espacio de nombres ReportExecution2005