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)
'Declaração
Public Overrides Function GetTotalPages ( _
<OutAttribute> ByRef pageCountMode As PageCountMode _
) As Integer
public override int GetTotalPages(
out PageCountMode pageCountMode
)
public:
virtual int GetTotalPages(
[OutAttribute] PageCountMode% pageCountMode
) override
abstract GetTotalPages :
pageCountMode:PageCountMode byref -> int
override GetTotalPages :
pageCountMode:PageCountMode byref -> int
public override function GetTotalPages(
pageCountMode : PageCountMode
) : int
- pageCountMode
Tipo: Microsoft.Reporting.WebForms.PageCountMode%
[out] A PageCountMode enumeration value that indicates the page count mode used to calculate the total number of soft pages.
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.
For more information, see the GetTotalPages method of the Report class.