CodeCharge Studio All C#.NET VB.NET

TotalPages Run-Time Property (.NET)

Applies to

Report Form

Syntax

C#.NET

public virtual uint TotalPages{get;}

VB.NET

Public ReadOnly Property TotalPages() As Integer

Description

Retrieves total number of pages of the current report.

Examples

C#.NET

int totalPages = Report1.TotalPages;

VB.NET

Dim TotalPages As Integer = Report1.TotalPages

See also

PageSizeLimit Property, PageSize Property,WebPageSize Property,ViewMode Property


On-line, printable versions and updates