Ler em inglês

Compartilhar via


Método LocalReport.GetTotalPages (PageCountMode%)

Returns the total number of soft pages in the report and a PageCountMode enumeration value that indicates the current page count mode.

Namespace:  Microsoft.Reporting.WebForms
Assembly:  Microsoft.ReportViewer.WebForms (em Microsoft.ReportViewer.WebForms.dll)

Sintaxe

'Declaração
Public Overrides Function GetTotalPages ( _
    <OutAttribute> ByRef pageCountMode As PageCountMode _
) As Integer

Parâmetros

Valor de retorno

Tipo: Int32
An integer value containing the total number of soft pages in the report. For more information on soft pages, see Understanding Rendering Behaviors.

Comentários

For more information, see the GetTotalPages method of the Report class.

Consulte também

Referência

LocalReport Classe

Sobrecargas GetTotalPages

Namespace Microsoft.Reporting.WebForms